aboutsummaryrefslogtreecommitdiff
path: root/x11/rsibreak-kde4/files/patch-rsibreak_src_rsitimer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/rsibreak-kde4/files/patch-rsibreak_src_rsitimer.cpp')
-rw-r--r--x11/rsibreak-kde4/files/patch-rsibreak_src_rsitimer.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/rsibreak-kde4/files/patch-rsibreak_src_rsitimer.cpp b/x11/rsibreak-kde4/files/patch-rsibreak_src_rsitimer.cpp
new file mode 100644
index 000000000000..6a86aaf7c781
--- /dev/null
+++ b/x11/rsibreak-kde4/files/patch-rsibreak_src_rsitimer.cpp
@@ -0,0 +1,11 @@
+--- rsibreak/src/rsitimer.cpp.orig Thu Apr 20 21:48:42 2006
++++ rsibreak/src/rsitimer.cpp Thu Apr 20 21:49:14 2006
+@@ -62,7 +62,7 @@ RSITimer::RSITimer( QObject *parent, con
+ #endif
+
+ kdDebug() << "IDLE Detection is "
+- << (m_idleDetection?QString::null:"not")
++ << (m_idleDetection?QString::null:QString("not"))
+ << "possible" << endl;
+
+