diff options
Diffstat (limited to 'wizard.h')
-rw-r--r-- | wizard.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -27,6 +27,7 @@ #include "keygendialog.h" #include "keymgmt.h" #include "gpgconstants.h" +#include "settingsdialog.h" class QCheckBox; class QLabel; @@ -57,6 +58,17 @@ public: int nextId() const; }; +class LanguagePage : public QWizardPage +{ + Q_OBJECT + +public: + LanguagePage(QWidget *parent = 0); + QLabel *topLabel; + + int nextId() const; +}; + class KeyGenPage : public QWizardPage { Q_OBJECT |