summaryrefslogtreecommitdiffstats
path: root/src/gui/wizardform.h
diff options
context:
space:
mode:
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 );