diff options
Diffstat (limited to 'src/kernel/qt_pch.h')
-rw-r--r-- | src/kernel/qt_pch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h index e80d7bd6f..cdde3e790 100644 --- a/src/kernel/qt_pch.h +++ b/src/kernel/qt_pch.h @@ -16,7 +16,7 @@ #if defined __cplusplus # if defined(__GNUC__) -# ifndef QT_NO_STL +# ifndef TQT_NO_STL # include <ios> # undef _GLIBCPP_FULLY_COMPLIANT_HEADERS // Makes qlocale.cpp compile # endif @@ -44,7 +44,7 @@ #include <limits.h> #include <stdlib.h> #if defined(__GNUC__) -# ifndef QT_NO_STL +# ifndef TQT_NO_STL # define _GLIBCPP_FULLY_COMPLIANT_HEADERS # endif #endif |