summaryrefslogtreecommitdiffstats
path: root/src/suspenddialog.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit65fafc86459142678b3f616d78bd22da80479134 (patch)
tree1db17e6c71e675f991672a685186d675a4b87f89 /src/suspenddialog.cpp
parentfe9b5d95c9a717fea16685ed7c175e1659d7127c (diff)
downloadkpowersave-65fafc86459142678b3f616d78bd22da80479134.tar.gz
kpowersave-65fafc86459142678b3f616d78bd22da80479134.zip
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
Diffstat (limited to 'src/suspenddialog.cpp')
-rw-r--r--src/suspenddialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/suspenddialog.cpp b/src/suspenddialog.cpp
index e76f887..8be599b 100644
--- a/src/suspenddialog.cpp
+++ b/src/suspenddialog.cpp
@@ -38,8 +38,8 @@
#include "suspenddialog.h"
/*! This is the default constructor of the class. */
-suspendDialog::suspendDialog(TQWidget *tqparent, const char *name)
- :suspend_Dialog(tqparent, name, true, TQt::WStyle_StaysOnTop | TQt::WDestructiveClose )
+suspendDialog::suspendDialog(TQWidget *parent, const char *name)
+ :suspend_Dialog(parent, name, true, TQt::WStyle_StaysOnTop | TQt::WDestructiveClose )
{
this->setIcon(SmallIcon("kpowersave", TQIconSet::Automatic));
}