From 85a753d68eb8900ba94ce89f9638269858645e19 Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Thu, 4 Jun 2015 16:42:26 +0200 Subject: Application fully ported to Qt4 (no Qt3Support used any more) --- src/gui/authenticationform.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/authenticationform.cpp') 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); -- cgit v1.2.3