controlpanelplugins/themeplugin/src/cpthemecontrol.h
changeset 37 cb294e641644
parent 31 e79ce701c376
--- a/controlpanelplugins/themeplugin/src/cpthemecontrol.h	Wed Aug 18 09:49:35 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemecontrol.h	Thu Sep 02 20:27:31 2010 +0300
@@ -32,7 +32,6 @@
 
 class HbDialog;
 class CpThemeListView;
-class CpThemePreview;
 class CpBaseSettingView;
 class CpThemeListModel;
 
@@ -51,14 +50,14 @@
 signals:
     void themeUpdated(const QString& themeName, const HbIcon& icon);
 
-public slots:
+private slots:
     void newThemeSelected(const QModelIndex& index);
-    void previewClosed();
-    void themeApplied(const CpThemeInfo& theme);
+    void applyTheme(const CpThemeInfo& theme);
     void themeListClosed();
     void themeChangeTimeout();
     void themeWaitTimeout();
     void themeChangeFinished();
+    void getOviTheme();
 
 private:
     void createThemeList();
@@ -67,7 +66,6 @@
 
 private:
     CpThemeListView* mThemeListView;
-    CpThemePreview* mThemePreview;
     CpThemeChanger* mThemeChanger;
     QAbstractItemModel* mListModel;
     bool mThemeChangeFinished;