summaryrefslogtreecommitdiffstats
path: root/qtinterface/qt4/Qt/qmacdefines_mac.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:11:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-02 02:11:27 -0600
commit67ac950eb8660dc7f455640ffe77fd36b2fa44af (patch)
tree025f297b116786a8df77f42a264eaec5ec34be94 /qtinterface/qt4/Qt/qmacdefines_mac.h
parent9ba1ac7f1c73233eb133f35babbcbb7f89dabb50 (diff)
downloadtqtinterface-67ac950eb8660dc7f455640ffe77fd36b2fa44af.tar.gz
tqtinterface-67ac950eb8660dc7f455640ffe77fd36b2fa44af.zip
Undo prior accidental commit
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 d5927fe..ecd6872 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 tqDebug
-# define old_qDebug tqDebug
-# undef tqDebug
+#ifdef qDebug
+# define old_qDebug qDebug
+# undef qDebug
#endif
#ifdef __LP64__
@@ -186,7 +186,7 @@ typedef AERecord AppleEvent;
#endif
#ifdef old_qDebug
-# undef tqDebug
-# define tqDebug QT_NO_QDEBUG_MACRO
+# undef qDebug
+# define qDebug QT_NO_QDEBUG_MACRO
# undef old_qDebug
#endif