diff -r f5dfdd5e4a1b -r 19394c261aa5 controlpanelplugins/themeplugin/src/cpthemecontrol.h --- a/controlpanelplugins/themeplugin/src/cpthemecontrol.h Wed Jun 23 18:13:38 2010 +0300 +++ b/controlpanelplugins/themeplugin/src/cpthemecontrol.h Tue Jul 06 14:17:10 2010 +0300 @@ -34,7 +34,7 @@ class CpThemeListView; class CpThemePreview; class CpBaseSettingView; - +class CpThemeListModel; class CpThemeControl : public QObject @@ -70,7 +70,6 @@ CpThemePreview* mThemePreview; CpThemeChanger* mThemeChanger; QAbstractItemModel* mListModel; - QSortFilterProxyModel* mSortModel; bool mThemeChangeFinished; HbDialog* mWaitDialog; };