summaryrefslogtreecommitdiffstats
path: root/src/gui/authenticationform.cpp
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/authenticationform.cpp
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/authenticationform.cpp')
-rw-r--r--src/gui/authenticationform.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/authenticationform.cpp b/src/gui/authenticationform.cpp
index df34a6e..74933d1 100644
--- a/src/gui/authenticationform.cpp
+++ b/src/gui/authenticationform.cpp
@@ -24,8 +24,8 @@
* The dialog will by default be modeless, unless you set 'modal' to
* true to construct a modal dialog.
*/
-AuthenticationForm::AuthenticationForm(QWidget* parent, const char* name, bool modal, Qt::WindowFlags fl)
- : QDialog(parent, name, modal, fl)
+AuthenticationForm::AuthenticationForm(QWidget* parent)
+ : QDialog(parent)
{
setupUi(this);