summaryrefslogtreecommitdiffstats
path: root/qtinterface/qt4/Qt/qmacdefines_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/qt4/Qt/qmacdefines_mac.h')
-rw-r--r--qtinterface/qt4/Qt/qmacdefines_mac.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/qtinterface/qt4/Qt/qmacdefines_mac.h b/qtinterface/qt4/Qt/qmacdefines_mac.h
index ecd6872..d5927fe 100644
--- a/qtinterface/qt4/Qt/qmacdefines_mac.h
+++ b/qtinterface/qt4/Qt/qmacdefines_mac.h
@@ -100,9 +100,9 @@ Yes, it is an informative comment ;-)
# undef DEBUG
#endif
#define DEBUG 0
-#ifdef qDebug
-# define old_qDebug qDebug
-# undef qDebug
+#ifdef tqDebug
+# define old_qDebug tqDebug
+# undef tqDebug
#endif
#ifdef __LP64__
@@ -186,7 +186,7 @@ typedef AERecord AppleEvent;
#endif
#ifdef old_qDebug
-# undef qDebug
-# define qDebug QT_NO_QDEBUG_MACRO
+# undef tqDebug
+# define tqDebug QT_NO_QDEBUG_MACRO
# undef old_qDebug
#endif