controlpanelplugins/themeplugin/src/cpthemepreview.h
changeset 37 cb294e641644
parent 31 e79ce701c376
equal deleted inserted replaced
31:e79ce701c376 37:cb294e641644
    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