summaryrefslogtreecommitdiffstats
path: root/src/gui/wizardform.h
diff options
context:
space:
mode:
authorLubos Dolezel <lubos@dolezel.info>2015-06-04 16:42:26 +0200
committerLubos Dolezel <lubos@dolezel.info>2015-06-04 16:42:26 +0200
commit85a753d68eb8900ba94ce89f9638269858645e19 (patch)
tree214b66534fcf5189cc342d9eacf894dfbe2787a0 /src/gui/wizardform.h
parent60c4f9eb8e42a2f1581d8a79dbae6245e405ae3f (diff)
downloadtwinkle-85a753d68eb8900ba94ce89f9638269858645e19.tar
twinkle-85a753d68eb8900ba94ce89f9638269858645e19.tar.gz
twinkle-85a753d68eb8900ba94ce89f9638269858645e19.tar.lz
twinkle-85a753d68eb8900ba94ce89f9638269858645e19.tar.xz
twinkle-85a753d68eb8900ba94ce89f9638269858645e19.zip
Application fully ported to Qt4 (no Qt3Support used any more)
Diffstat (limited to 'src/gui/wizardform.h')
-rw-r--r--src/gui/wizardform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wizardform.h b/src/gui/wizardform.h
index 9332d3f..1ecdf3a 100644
--- a/src/gui/wizardform.h
+++ b/src/gui/wizardform.h
@@ -12,7 +12,7 @@ class WizardForm : public QDialog, public Ui::WizardForm
Q_OBJECT
public:
- WizardForm(QWidget* parent = 0, const char* name = 0, bool modal = false, Qt::WindowFlags fl = 0);
+ WizardForm(QWidget* parent = 0);
~WizardForm();
virtual void show( t_user * user );