summaryrefslogtreecommitdiffstats
path: root/kuser/pwddlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kuser/pwddlg.cpp')
-rw-r--r--kuser/pwddlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuser/pwddlg.cpp b/kuser/pwddlg.cpp
index d25267c..eb970d9 100644
--- a/kuser/pwddlg.cpp
+++ b/kuser/pwddlg.cpp
@@ -25,8 +25,8 @@
#include "pwddlg.h"
#include "misc.h"
-pwddlg::pwddlg( TQWidget* tqparent, const char* name )
- : KDialogBase(tqparent, name, true, i18n("Enter Password"), Ok | Cancel, Ok, true)
+pwddlg::pwddlg( TQWidget* parent, const char* name )
+ : KDialogBase(parent, name, true, i18n("Enter Password"), Ok | Cancel, Ok, true)
{
TQGrid *page = makeGridMainWidget(2, Qt::Horizontal);