summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++/qplatformdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/macx-g++/qplatformdefs.h')
-rw-r--r--mkspecs/macx-g++/qplatformdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-g++/qplatformdefs.h b/mkspecs/macx-g++/qplatformdefs.h
index 0c629de..2f986b0 100644
--- a/mkspecs/macx-g++/qplatformdefs.h
+++ b/mkspecs/macx-g++/qplatformdefs.h
@@ -13,7 +13,7 @@
// We are hot - unistd.h should have turned on the specific APIs we requested
-#ifdef QT_THREAD_SUPPORT
+#ifdef TQT_THREAD_SUPPORT
#include <pthread.h>
#endif