From 4b1175e198c1b9f87c1a815a9b4b961f131358c7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:24:36 -0600 Subject: Rename additional global TQt functions --- qt/PlatQt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt/PlatQt.cpp') diff --git a/qt/PlatQt.cpp b/qt/PlatQt.cpp index 3b563c6..5f09bc9 100644 --- a/qt/PlatQt.cpp +++ b/qt/PlatQt.cpp @@ -836,7 +836,7 @@ bool Platform::MouseButtonBounce() void Platform::DebugDisplay(const char *s) { - qDebug("%s",s); + tqDebug("%s",s); } bool Platform::IsKeyDown(int) @@ -929,5 +929,5 @@ bool Platform::ShowAssertionPopUps(bool assertionPopUps_) void Platform::Assert(const char *c,const char *file,int line) { - qFatal("Assertion [%s] failed at %s %d\n",c,file,line); + tqFatal("Assertion [%s] failed at %s %d\n",c,file,line); } -- cgit v1.2.1