diff options
Diffstat (limited to 'src/modules/theme/SaveThemeDialog.h')
| -rw-r--r-- | src/modules/theme/SaveThemeDialog.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/modules/theme/SaveThemeDialog.h b/src/modules/theme/SaveThemeDialog.h index f9913e883..2f852615c 100644 --- a/src/modules/theme/SaveThemeDialog.h +++ b/src/modules/theme/SaveThemeDialog.h @@ -38,24 +38,25 @@ class QTextEdit; class QCheckBox; class KviFileSelector; - class SaveThemeDialog : public KviTalWizard { Q_OBJECT public: SaveThemeDialog(QWidget * pParent); virtual ~SaveThemeDialog(); + protected: - QString m_szScreenshotPath; + QString m_szScreenshotPath; KviFileSelector * m_pImageSelector; - QLabel * m_pImageLabel; - QLineEdit * m_pThemeNameEdit; - QTextEdit * m_pThemeDescriptionEdit; - QLineEdit * m_pThemeVersionEdit; - QLineEdit * m_pAuthorNameEdit; - QWidget * m_pImageSelectionPage; - QPushButton * m_pOkButton; - QCheckBox * m_pSaveIconsCheckBox; + QLabel * m_pImageLabel; + QLineEdit * m_pThemeNameEdit; + QTextEdit * m_pThemeDescriptionEdit; + QLineEdit * m_pThemeVersionEdit; + QLineEdit * m_pAuthorNameEdit; + QWidget * m_pImageSelectionPage; + QPushButton * m_pOkButton; + QCheckBox * m_pSaveIconsCheckBox; + protected: virtual void accept(); bool saveTheme(); |
