controlpanelplugins/themeplugin/src/cpthemepreview.h
changeset 31 e79ce701c376
parent 25 19394c261aa5
child 37 cb294e641644
--- a/controlpanelplugins/themeplugin/src/cpthemepreview.h	Tue Jul 06 14:17:10 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemepreview.h	Wed Aug 18 09:49:35 2010 +0300
@@ -41,11 +41,11 @@
     explicit CpThemePreview(const CpThemeInfo &theme, QGraphicsItem *parent = 0);
     ~CpThemePreview();
     void setThemeInfo(const CpThemeInfo& theme);
-    const QString& themeName() const;
-    const HbIcon& themeIcon() const;
+    const QString themeName() const;
+    const HbIcon themeIcon() const;
 	
 signals:
-    void applyTheme(const QString&);
+    void applyTheme(const CpThemeInfo&);
     void aboutToClose();
 
 public slots: