diff options
Diffstat (limited to 'src/trace.h')
-rw-r--r-- | src/trace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trace.h b/src/trace.h index b3425ec..15d69cb 100644 --- a/src/trace.h +++ b/src/trace.h @@ -12,7 +12,7 @@ * WARNING: fmt has to be a static string */ #define TRACE(fmt,args...) \ - do { qDebug("~%s - \t" fmt, __PRETTY_FUNCTION__, ##args); } while (0) + do { tqDebug("~%s - \t" fmt, __PRETTY_FUNCTION__, ##args); } while (0) #define SHOW_TRACE_TEXT "Show Trace" @@ -21,7 +21,7 @@ #define INIT_TRACE() #define TRACE(fmt, ...) #define SHOW_TRACE() - #define SHOW_TRACE_TEXT QString::null + #define SHOW_TRACE_TEXT TQString::null #define DUMP_TRACE(file) #endif // ENABLE_TRACING |