From 67ac950eb8660dc7f455640ffe77fd36b2fa44af Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:27 -0600 Subject: Undo prior accidental commit --- qtinterface/qt4/Qt/qmacdefines_mac.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qtinterface/qt4/Qt/qmacdefines_mac.h') 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 -- cgit v1.2.1