diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbcore/theme/hbtheme.h --- a/src/hbcore/theme/hbtheme.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbcore/theme/hbtheme.h Wed Jun 23 18:33:25 2010 +0300 @@ -27,6 +27,7 @@ #define HBTHEME_H #include +#include #include #include @@ -38,12 +39,14 @@ class HB_CORE_EXPORT HbTheme : public QObject { -Q_OBJECT + Q_OBJECT public: static HbTheme *instance(); QString name() const; QString description() const; + QColor color(const QString &colorRole) const; + signals: void changed(); void changeFinished();