diff -r c3690ec91ef8 -r 923ff622b8b9 src/hbcore/theme/hbtheme_p.h --- a/src/hbcore/theme/hbtheme_p.h Wed Jun 23 18:33:25 2010 +0300 +++ b/src/hbcore/theme/hbtheme_p.h Tue Jul 06 14:36:53 2010 +0300 @@ -28,13 +28,13 @@ #include "hbicontheme_p.h" #include "hbthemeindex_p.h" #include "hbtheme.h" +#include "hbthemeutils_p.h" class HbThemePrivate { Q_DECLARE_PUBLIC(HbTheme) public: void handleThemeChange(const QString &str = QString()); - void fetchCurrentThemeFromSettings(); void updateTheme(const QStringList &updatedFiles); HbThemePrivate(); ~HbThemePrivate(); @@ -42,9 +42,7 @@ static HbThemePrivate *instance() { return HbTheme::instance()->d_func(); } public: - QString currentTheme; HbIconTheme iconTheme; HbTheme *q_ptr; - }; #endif /* HBTHEME_P_H */