From 1a36f79cf4aedaad3ce55e1ed79bde71d19141b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 6 Sep 2018 02:04:50 +0200 Subject: Initial TQt conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/trace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/trace.h') 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 -- cgit v1.2.1