diff -r 923ff622b8b9 -r 4633027730f5 src/hbutils/theme/hbthemeservices_r.h --- a/src/hbutils/theme/hbthemeservices_r.h Tue Jul 06 14:36:53 2010 +0300 +++ b/src/hbutils/theme/hbthemeservices_r.h Wed Aug 18 10:05:37 2010 +0300 @@ -27,6 +27,7 @@ #define HBTHEMESERVICES_R_H #include +#include QT_BEGIN_NAMESPACE class QString; @@ -37,6 +38,7 @@ public: static void setTheme(const QString &themePath); static const QString themePath(); + static const QList > availableThemes(); }; #endif // HBTHEMESERVICES_R_H