From 65fafc86459142678b3f616d78bd22da80479134 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/applications/kpowersave@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/infodialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/infodialog.cpp') diff --git a/src/infodialog.cpp b/src/infodialog.cpp index 7948bdd..57b1efa 100644 --- a/src/infodialog.cpp +++ b/src/infodialog.cpp @@ -43,8 +43,8 @@ /*! This is the default constructor of class infoDialog . */ infoDialog::infoDialog( KConfig *config, TQString captionName, TQString message, TQString dontShowAgainMsg, TQString settingsEntryName, - TQWidget *tqparent, const char *name) - :info_Dialog( tqparent, name, false, TQt::WStyle_StaysOnTop | WDestructiveClose ) + TQWidget *parent, const char *name) + :info_Dialog( parent, name, false, TQt::WStyle_StaysOnTop | WDestructiveClose ) { if ( message.isEmpty() || (!dontShowAgainMsg.isEmpty() && settingsEntryName.isEmpty()) || (!dontShowAgainMsg.isEmpty() && (config == 0))) -- cgit v1.2.1