diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-16 22:30:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-16 22:30:57 +0900 |
commit | 02964eb384e1b5a73a198d04262497607d81e38f (patch) | |
tree | 56b694b9d973c7906f9960a2029068dc44791c2b /src/kernel/ntqapplication.h | |
parent | 1fb89fa15488ff396623fc275242b8ed149f4c1e (diff) | |
download | tqt3-02964eb384e1b5a73a198d04262497607d81e38f.tar.gz tqt3-02964eb384e1b5a73a198d04262497607d81e38f.zip |
Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the
qt->tqt conversion and is required to align to corresponding patch for
common/admin module.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/ntqapplication.h')
-rw-r--r-- | src/kernel/ntqapplication.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/kernel/ntqapplication.h b/src/kernel/ntqapplication.h index 3618bf3bf..f50606130 100644 --- a/src/kernel/ntqapplication.h +++ b/src/kernel/ntqapplication.h @@ -61,10 +61,10 @@ class TQIMEvent; class TQWSDecoration; #endif -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT class TQMutex; class TQThread; -#endif // QT_THREAD_SUPPORT +#endif // TQT_THREAD_SUPPORT class TQApplication; @@ -297,7 +297,7 @@ public: static bool x11_apply_settings(); #endif void wakeUpGuiThread(); -#if defined(QT_THREAD_SUPPORT) +#if defined(TQT_THREAD_SUPPORT) void lock(); void unlock(bool wakeUpGui = TRUE); bool locked(); @@ -354,9 +354,9 @@ private slots: #endif public: -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT static TQMutex *tqt_mutex; -#endif // QT_THREAD_SUPPORT +#endif // TQT_THREAD_SUPPORT private: int app_argc; @@ -372,7 +372,7 @@ private: #ifndef QT_NO_CURSOR static TQCursor *app_cursor; #endif -#ifndef QT_THREAD_SUPPORT +#ifndef TQT_THREAD_SUPPORT static TQEventLoop* eventloop; #endif static int app_tracking; @@ -436,9 +436,9 @@ private: friend class TQDialog; friend class TQAccelManager; friend class TQEvent; -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT friend class TQThread; -#endif // QT_THREAD_SUPPORT +#endif // TQT_THREAD_SUPPORT friend class TQTranslator; friend class TQEventLoop; friend Q_EXPORT void tqt_ucm_initialize( TQApplication * ); @@ -458,7 +458,7 @@ private: static TQEventLoop* currentEventLoop(); public: -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT static TQThread* guiThread(); static void threadTerminationHandler( TQThread * ); #endif |