summaryrefslogtreecommitdiff
path: root/horizonwizardpage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'horizonwizardpage.hh')
-rw-r--r--horizonwizardpage.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/horizonwizardpage.hh b/horizonwizardpage.hh
new file mode 100644
index 0000000..65b292c
--- /dev/null
+++ b/horizonwizardpage.hh
@@ -0,0 +1,15 @@
+#ifndef HORIZONWIZARDPAGE_HH
+#define HORIZONWIZARDPAGE_HH
+
+#include <QWizardPage>
+#include <string>
+
+class HorizonWizardPage : public QWizardPage
+{
+public:
+ HorizonWizardPage(QWidget *parent = 0) : QWizardPage(parent) {}
+
+ void loadWatermark(std::string page);
+};
+
+#endif // HORIZONWIZARDPAGE_HH