diff -r 19394c261aa5 -r e79ce701c376 controlpanelplugins/themeplugin/src/cpthemepreview.h --- a/controlpanelplugins/themeplugin/src/cpthemepreview.h Tue Jul 06 14:17:10 2010 +0300 +++ b/controlpanelplugins/themeplugin/src/cpthemepreview.h Wed Aug 18 09:49:35 2010 +0300 @@ -41,11 +41,11 @@ explicit CpThemePreview(const CpThemeInfo &theme, QGraphicsItem *parent = 0); ~CpThemePreview(); void setThemeInfo(const CpThemeInfo& theme); - const QString& themeName() const; - const HbIcon& themeIcon() const; + const QString themeName() const; + const HbIcon themeIcon() const; signals: - void applyTheme(const QString&); + void applyTheme(const CpThemeInfo&); void aboutToClose(); public slots: