summaryrefslogtreecommitdiffstats
path: root/qtinterface/qt4/Qt/qmacdefines_mac.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:25:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:25:56 -0600
commit543fa670b11b8990e54233d52bddc9840b45ac6d (patch)
tree5fd8993d92fdbdffecd24af91767569e75026deb /qtinterface/qt4/Qt/qmacdefines_mac.h
parent0076a6194c579137f4606b250e745f77b9e669ea (diff)
downloadtqtinterface-543fa670b11b8990e54233d52bddc9840b45ac6d.tar.gz
tqtinterface-543fa670b11b8990e54233d52bddc9840b45ac6d.zip
Rename additional global TQt functions
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