diff options
Diffstat (limited to 'src/kernel/ntqobject.h')
-rw-r--r-- | src/kernel/ntqobject.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqobject.h b/src/kernel/ntqobject.h index b2c9b2f55..c81dc9d31 100644 --- a/src/kernel/ntqobject.h +++ b/src/kernel/ntqobject.h @@ -64,7 +64,7 @@ class TQObjectUserData; #endif struct TQUObject; -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT class TQThread; #endif @@ -230,14 +230,14 @@ private: // Disabled copy constructor and operator= #endif public: -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT TQThread* contextThreadObject() const; void moveToThread(TQThread *targetThread); void disableThreadPostedEvents(bool disable); #endif private: -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT void moveToThread_helper(TQThread *targetThread); void setThreadObject_helper(TQThread *targetThread); #endif |