From 4304e8d9dab8e20513e38e71b0debdf6937b630c Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 16 Apr 2011 23:01:29 +0000 Subject: Finish TQt4 port of kpowersave This enables both Qt3 and Qt4 builds git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1228282 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/autodimm.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/autodimm.cpp') diff --git a/src/autodimm.cpp b/src/autodimm.cpp index 03dc0bc..4e2967f 100644 --- a/src/autodimm.cpp +++ b/src/autodimm.cpp @@ -32,8 +32,8 @@ autodimm::autodimm() : inactivity() { lastIdleTime = 0; - checkActivity = new QTimer( this ); - connect( checkActivity, SIGNAL(timeout()), this, SLOT(pollActivity())); + checkActivity = new TQTimer( this ); + connect( checkActivity, TQT_SIGNAL(timeout()), this, TQT_SLOT(pollActivity())); kdDebugFuncOut(trace); } @@ -61,7 +61,7 @@ void autodimm::startCheckForActivity() { } /*! - * \b SLOT to call check if the user is active again. + * \b TQT_SLOT to call check if the user is active again. */ void autodimm::pollActivity() { kdDebugFuncIn(trace); -- cgit v1.2.3