controlpanelplugins/themeplugin/src/cpthemeutil.h
changeset 37 cb294e641644
parent 31 e79ce701c376
--- a/controlpanelplugins/themeplugin/src/cpthemeutil.h	Wed Aug 18 09:49:35 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemeutil.h	Thu Sep 02 20:27:31 2010 +0300
@@ -23,15 +23,19 @@
 
 class QStringList;
 class CpThemeInfo;
+class HbIcon;
 
 class CpThemeUtil {
 
 public:
     static QList<CpThemeInfo> buildThemeList();
     static CpThemeInfo* buildThemeInfo(const QString& themePath, const QString& themeName = QString());
-    static CpThemeInfo* defaultTheme();
+    static QString defaultTheme();
     static const QList< QPair< QString, QString > > availableThemes(); 
     static const QStringList themeDirectories(const QList<CpThemeInfo> &themeInfoList);
+    
+private:
+    static HbIcon getPreviewIcon(const QString& themePath);
 
         
 };