diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 65fafc86459142678b3f616d78bd22da80479134 (patch) | |
tree | 1db17e6c71e675f991672a685186d675a4b87f89 /src/countdowndialog.cpp | |
parent | fe9b5d95c9a717fea16685ed7c175e1659d7127c (diff) | |
download | tdepowersave-65fafc86459142678b3f616d78bd22da80479134.tar.gz tdepowersave-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/countdowndialog.cpp')
-rw-r--r-- | src/countdowndialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/countdowndialog.cpp b/src/countdowndialog.cpp index 0e22b36..6abaf90 100644 --- a/src/countdowndialog.cpp +++ b/src/countdowndialog.cpp @@ -41,8 +41,8 @@ #include <tqtimer.h> /*! This is the default constructor of class countDownDialog . */ -countDownDialog::countDownDialog( int timeout, TQWidget *tqparent, const char *name) - :countdown_Dialog(tqparent, name, false, TQt::WStyle_StaysOnTop | TQt::WDestructiveClose ) +countDownDialog::countDownDialog( int timeout, TQWidget *parent, const char *name) + :countdown_Dialog(parent, name, false, TQt::WStyle_StaysOnTop | TQt::WDestructiveClose ) { kdDebugFuncIn(trace); chancel = false; |