diff options
Diffstat (limited to 'src/tools/qmutexpool_p.h')
-rw-r--r-- | src/tools/qmutexpool_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qmutexpool_p.h b/src/tools/qmutexpool_p.h index 7f5ecabea..20b069ddc 100644 --- a/src/tools/qmutexpool_p.h +++ b/src/tools/qmutexpool_p.h @@ -56,7 +56,7 @@ #include "ntqmemarray.h" #endif // QT_H -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD class TQ_EXPORT TQMutexPool { @@ -75,6 +75,6 @@ private: extern TQ_EXPORT TQMutexPool *tqt_global_mutexpool; -#endif // TQT_THREAD_SUPPORT +#endif // TQT_NO_THREAD #endif // TQMUTEXPOOL_P_H |