diff -r a5692c68d772 -r 593f946f4fec controlpanelplugins/themeplugin/src/cpthemecontrol.h --- a/controlpanelplugins/themeplugin/src/cpthemecontrol.h Fri Jun 25 17:12:20 2010 +0800 +++ b/controlpanelplugins/themeplugin/src/cpthemecontrol.h Wed Sep 29 10:09:58 2010 +0800 @@ -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 QString& 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;