controlpanelplugins/themeplugin/src/cpthemepreview.h
changeset 19 36aa4756ee82
parent 11 10d0dd0e43f1
child 22 a5692c68d772
--- a/controlpanelplugins/themeplugin/src/cpthemepreview.h	Mon May 03 12:32:06 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemepreview.h	Fri May 14 13:21:08 2010 +0800
@@ -48,10 +48,13 @@
 
 public slots:
     void themeSelected();
+    void previewOrientationChanged(Qt::Orientation orientation);
 
 private:
     CpThemeChanger::ThemeInfo mTheme;
     HbAction* mSoftKeyBackAction;
+    HbIconItem* mPreviewIcon;
+
 };
 
 #endif //CPTHEMEPREVIEW_H