src/hbcore/theme/hbtheme.h
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 7 923ff622b8b9
--- 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 <QObject>
+#include <QColor>
 #include <QString>
 #include <hbglobal.h>
 
@@ -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();