diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbutils/theme/hbthemeservices_r.h --- a/src/hbutils/theme/hbthemeservices_r.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbutils/theme/hbthemeservices_r.h Mon Oct 18 18:23:13 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