controlpanelplugins/themeplugin/src/cpthemecontrol.h
changeset 12 624337f114fe
parent 11 10d0dd0e43f1
child 14 23411a3be0db
--- a/controlpanelplugins/themeplugin/src/cpthemecontrol.h	Fri Apr 16 14:59:22 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemecontrol.h	Mon May 03 12:32:06 2010 +0300
@@ -27,7 +27,7 @@
 QT_BEGIN_NAMESPACE
 class QModelIndex;
 class QString;
-class QStandardItemModel;
+class QSortFilterProxyModel;
 QT_END_NAMESPACE
 
 class CpThemeListView;
@@ -59,12 +59,14 @@
 private:
     void createThemeList();
     void triggerThemeListClose();
+    void setActiveThemeIndex();
 
 private:
     CpThemeListView* mThemeListView;
     CpThemePreview* mThemePreview;
     CpThemeChanger* mThemeChanger;
     QAbstractItemModel* mListModel;
+    QSortFilterProxyModel* mSortModel;
 };
 
 #endif //CPTHEMECONTROL_H