summaryrefslogtreecommitdiffstats
path: root/src/tools/qglobal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qglobal.cpp')
-rw-r--r--src/tools/qglobal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qglobal.cpp b/src/tools/qglobal.cpp
index f2c92c2e0..296e600f0 100644
--- a/src/tools/qglobal.cpp
+++ b/src/tools/qglobal.cpp
@@ -450,10 +450,10 @@ static const int QT_BUFFER_LENGTH = 8196; // internal buffer length
#include "qt_mac.h"
-extern bool qt_is_gui_used;
+extern bool tqt_is_gui_used;
static void mac_default_handler( const char *msg )
{
- if ( qt_is_gui_used ) {
+ if ( tqt_is_gui_used ) {
const unsigned char *p = p_str(msg);
DebugStr(p);
free((void*)p);