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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kpowersave_debug.h b/src/kpowersave_debug.h
index 6f258ea..2c9f648 100644
--- a/src/kpowersave_debug.h
+++ b/src/kpowersave_debug.h
@@ -31,7 +31,7 @@
#include <stdlib.h>
// QT - Header
-#include <qdatetime.h>
+#include <tqdatetime.h>
// KDE Header
#include <kdebug.h>
@@ -48,8 +48,8 @@ extern bool trace;
/*
* macro to collect time and k_funcinfo information for kdDebug()
*/
-#define funcinfo "[" << QTime::currentTime().toString().ascii() << \
- ":" << QTime::currentTime().msec() << "]" << k_funcinfo
+#define funcinfo "[" << TQString(TQTime::currentTime().toString()).ascii() << \
+ ":" << TQTime::currentTime().msec() << "]" << k_funcinfo
/*
* macros to trace function entry and leave points