From 93910780efc46524d0f2c6693784b3fa10d26985 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kuser/pwddlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kuser/pwddlg.cpp') 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); -- cgit v1.2.1