controlpanelplugins/themeplugin/src/cpthemepreview.h
changeset 33 0cfa53de576f
parent 28 e0b83131558d
equal deleted inserted replaced
29:313976a11e23 33:0cfa53de576f
    46 	
    46 	
    47 signals:
    47 signals:
    48     void applyTheme(const CpThemeInfo&);
    48     void applyTheme(const CpThemeInfo&);
    49     void aboutToClose();
    49     void aboutToClose();
    50 
    50 
    51 public slots:
    51 private slots:
    52     void themeSelected();
    52     void themeSelected();
    53     void previewOrientationChanged(Qt::Orientation orientation);
    53     void previewOrientationChanged(Qt::Orientation orientation);
    54 
    54   
    55 private:
    55 private:
    56     CpThemeInfo mTheme;
    56     CpThemeInfo mTheme;
    57     HbAction* mSoftKeyBackAction;
    57     HbAction* mSoftKeyBackAction;
    58     HbIconItem* mPreviewIcon;
    58     HbIconItem* mPreviewIcon;
    59 
    59