diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbapps/hbthemechanger/themeselectionlist.h --- a/src/hbapps/hbthemechanger/themeselectionlist.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbapps/hbthemechanger/themeselectionlist.h Mon Oct 18 18:23:13 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 thumbnails; + QStringList mRootThemes; HbAction* mOkAction; HbAction* mCancelAction; HbMainWindow *mMainWindow;