aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/wizard.h b/wizard.h
index 0404c48..192b630 100644
--- a/wizard.h
+++ b/wizard.h
@@ -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