controlpanelplugins/themeplugin/src/cpthemecontrol.h
changeset 22 a5692c68d772
parent 21 2883a5458389
child 28 e0b83131558d
child 40 593f946f4fec
--- a/controlpanelplugins/themeplugin/src/cpthemecontrol.h	Thu Jun 10 16:07:41 2010 +0800
+++ b/controlpanelplugins/themeplugin/src/cpthemecontrol.h	Fri Jun 25 17:12:20 2010 +0800
@@ -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;
 };