diff options
Diffstat (limited to 'src/tdepowersave_debug.h')
-rw-r--r-- | src/tdepowersave_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdepowersave_debug.h b/src/tdepowersave_debug.h index 9585a96..e97ade6 100644 --- a/src/tdepowersave_debug.h +++ b/src/tdepowersave_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 /* |