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/countdowndialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/countdowndialog.cpp') 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 /*! 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; -- cgit v1.2.1