diff options
Diffstat (limited to 'src/tools/ntqthreadstorage.h')
-rw-r--r-- | src/tools/ntqthreadstorage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ntqthreadstorage.h b/src/tools/ntqthreadstorage.h index 06edbec3e..9d9f20cf8 100644 --- a/src/tools/ntqthreadstorage.h +++ b/src/tools/ntqthreadstorage.h @@ -39,7 +39,7 @@ #ifndef TQTHREADSTORAGE_H #define TQTHREADSTORAGE_H -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #ifndef QT_H #include "ntqglobal.h" @@ -90,6 +90,6 @@ public: { (void) d.set( t ); } }; -#endif // QT_THREAD_SUPPORT +#endif // TQT_THREAD_SUPPORT #endif // TQTHREADSTORAGE_H |