diff options
Diffstat (limited to 'src/kernel/ntqthread.h')
-rw-r--r-- | src/kernel/ntqthread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqthread.h b/src/kernel/ntqthread.h index a38a2dfa1..edf45f89c 100644 --- a/src/kernel/ntqthread.h +++ b/src/kernel/ntqthread.h @@ -45,11 +45,11 @@ #ifndef QT_H #include "ntqwindowdefs.h" -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT #include "ntqmutex.h" #include "ntqsemaphore.h" #include "ntqwaitcondition.h" -#endif // QT_NO_COMPAT +#endif // TQT_NO_COMPAT #endif // QT_H #include <limits.h> @@ -61,7 +61,7 @@ class Q_EXPORT TQThread : public TQt public: static TQt::HANDLE currentThread(); -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT static void postEvent( TQObject *,TQEvent * ); #endif |