summaryrefslogtreecommitdiffstats
path: root/src/gui/selectnicform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/selectnicform.cpp')
-rw-r--r--src/gui/selectnicform.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/selectnicform.cpp b/src/gui/selectnicform.cpp
index 735542b..370a6c6 100644
--- a/src/gui/selectnicform.cpp
+++ b/src/gui/selectnicform.cpp
@@ -29,8 +29,8 @@
* The dialog will by default be modeless, unless you set 'modal' to
* true to construct a modal dialog.
*/
-SelectNicForm::SelectNicForm(QWidget* parent, const char* name, bool modal, Qt::WindowFlags fl)
- : QDialog(parent, name, modal, fl)
+SelectNicForm::SelectNicForm(QWidget* parent)
+ : QDialog(parent)
{
setupUi(this);