From fb164a2de2d14ca4f24eb7a3c164b88bb53a660a Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 13 Mar 2011 00:54:47 +0000 Subject: [PATCH] Fix gcc 4.5 FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1224635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/inactivity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inactivity.cpp b/src/inactivity.cpp index e432fb7..5c808b7 100644 --- a/src/inactivity.cpp +++ b/src/inactivity.cpp @@ -325,7 +325,7 @@ void inactivity::getPIDs(KProcess */*proc*/, char *buffer, int /*lenght*/) { blacklisted_running = false; } else { - if (pids.contains(QRegExp::QRegExp("[0-9]"))) { + if (pids.contains(QRegExp("[0-9]"))) { kdDebug() << "BLACKLISTED IS RUNNING" << endl; blacklisted_running = true; blacklisted_running_last = idleTime;