controlpanelplugins/themeplugin/src/cpthemecontrol.h
changeset 25 19394c261aa5
parent 24 f5dfdd5e4a1b
child 28 e0b83131558d
child 40 593f946f4fec
--- 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;
 };