From 02964eb384e1b5a73a198d04262497607d81e38f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Sep 2018 22:30:57 +0900 Subject: 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 --- src/tools/qgvector.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tools/qgvector.cpp') diff --git a/src/tools/qgvector.cpp b/src/tools/qgvector.cpp index af896ab72..2c8b13d68 100644 --- a/src/tools/qgvector.cpp +++ b/src/tools/qgvector.cpp @@ -51,9 +51,9 @@ #include "ntqdatastream.h" #include -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT # include -#endif // QT_THREAD_SUPPORT +#endif // TQT_THREAD_SUPPORT #define USE_MALLOC // comment to use new/delete @@ -405,10 +405,10 @@ void TQGVector::sort() // sort vector } } -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT TQMutexLocker locker( tqt_global_mutexpool ? tqt_global_mutexpool->get( &sort_vec ) : 0 ); -#endif // QT_THREAD_SUPPORT +#endif // TQT_THREAD_SUPPORT sort_vec = (TQGVector*)this; qsort( vec, count(), sizeof(Item), cmp_vec ); -- cgit v1.2.1