src/hbapps/hbthemechanger/themeselectionlist.h
changeset 21 4633027730f5
parent 7 923ff622b8b9
--- a/src/hbapps/hbthemechanger/themeselectionlist.h	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbapps/hbthemechanger/themeselectionlist.h	Wed Aug 18 10:05:37 2010 +0300
@@ -65,13 +65,14 @@
     void resizeEvent(QResizeEvent* event);
 private:
     static QStringList rootPaths();
-    QStringList rootThemes;
-    QDir dir; 
+    void updateRootThemes();
+    QStringList themePaths();
     HbListWidget *themelist;
     HbIcon* rightMark;
     HbIcon* noMark;
     HbAction *action;
     QList<HbIcon*> thumbnails;
+    QStringList mRootThemes;
     HbAction* mOkAction;
     HbAction* mCancelAction;
     HbMainWindow *mMainWindow;