controlpanelplugins/themeplugin/src/cpthemepreview.h
changeset 40 593f946f4fec
parent 22 a5692c68d772
--- a/controlpanelplugins/themeplugin/src/cpthemepreview.h	Fri Jun 25 17:12:20 2010 +0800
+++ b/controlpanelplugins/themeplugin/src/cpthemepreview.h	Wed Sep 29 10:09:58 2010 +0800
@@ -41,17 +41,17 @@
     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:
+private slots:
     void themeSelected();
     void previewOrientationChanged(Qt::Orientation orientation);
-
+  
 private:
     CpThemeInfo mTheme;
     HbAction* mSoftKeyBackAction;