diff options
Diffstat (limited to 'src/tools/qthreadinstance_p.h')
| -rw-r--r-- | src/tools/qthreadinstance_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qthreadinstance_p.h b/src/tools/qthreadinstance_p.h index 57244452c..0d99562be 100644 --- a/src/tools/qthreadinstance_p.h +++ b/src/tools/qthreadinstance_p.h @@ -56,7 +56,7 @@ #include "ntqwindowdefs.h" #endif // QT_H -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #ifdef Q_OS_UNIX #include <pthread.h> @@ -105,5 +105,5 @@ public: bool disableThreadPostedEvents : 1; }; -#endif // TQT_THREAD_SUPPORT +#endif // TQT_NO_THREAD #endif // TQTHREAD_P_H |
