controlpanelplugins/themeplugin/src/cpthemecontrol.h
changeset 14 23411a3be0db
parent 12 624337f114fe
child 21 2883a5458389
--- a/controlpanelplugins/themeplugin/src/cpthemecontrol.h	Mon May 03 12:32:06 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemecontrol.h	Fri May 14 15:53:07 2010 +0300
@@ -20,6 +20,7 @@
 
 #include <QObject>
 #include <QList>
+#include <QTimer>
 
 #include "cpthemechanger.h"
 #include <hbicon.h>
@@ -55,6 +56,8 @@
     void previewClosed();
     void themeApplied(const QString& theme);
     void themeListClosed();
+    void themeChangeTimeout();
+    void themeChangeFinished();
 
 private:
     void createThemeList();
@@ -67,6 +70,7 @@
     CpThemeChanger* mThemeChanger;
     QAbstractItemModel* mListModel;
     QSortFilterProxyModel* mSortModel;
+    QTimer* mIdleTimer;
 };
 
 #endif //CPTHEMECONTROL_H