diff options
Diffstat (limited to 'doc/html/qthreadstorage-h.html')
-rw-r--r-- | doc/html/qthreadstorage-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qthreadstorage-h.html b/doc/html/qthreadstorage-h.html index 86c926a..5d0eb61 100644 --- a/doc/html/qthreadstorage-h.html +++ b/doc/html/qthreadstorage-h.html @@ -75,7 +75,7 @@ body { background: #ffffff; color: black; } #ifndef QTHREADSTORAGE_H #define QTHREADSTORAGE_H -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #ifndef QT_H #include "qglobal.h" @@ -126,7 +126,7 @@ public: { (void) d.set( t ); } }; -#endif // QT_THREAD_SUPPORT +#endif // TQT_THREAD_SUPPORT #endif // QTHREADSTORAGE_H </pre> |