summaryrefslogtreecommitdiffstats
path: root/src/kpowersave_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kpowersave_debug.h')
-rw-r--r--src/kpowersave_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kpowersave_debug.h b/src/kpowersave_debug.h
index 20f2c6b..08e52d6 100644
--- a/src/kpowersave_debug.h
+++ b/src/kpowersave_debug.h
@@ -48,7 +48,7 @@ extern bool trace;
/*
* macro to collect time and k_funcinfo information for kdDebug()
*/
-#define funcinfo "[" << TQString(TQTime::currentTime().toString()).ascii() << \
+#define funcinfo "[" << TQString(TQTime::currentTime().toString()) << \
":" << TQTime::currentTime().msec() << "]" << k_funcinfo
/*