From 2df70f03d493f5226821dd2e1da3759e3abceb02 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Sep 2018 01:19:46 +0900 Subject: Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module" The original commit was a mistake and should not have been pushed. This reverts commit f849f22528ee9eb5eeb1f9aa92822846b2b3e01f. --- src/kernel/qeventloop.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kernel/qeventloop.cpp') diff --git a/src/kernel/qeventloop.cpp b/src/kernel/qeventloop.cpp index dd88e78..82ff666 100644 --- a/src/kernel/qeventloop.cpp +++ b/src/kernel/qeventloop.cpp @@ -41,7 +41,7 @@ #include "qapplication.h" #include "qdatetime.h" -#ifdef TQT_THREAD_SUPPORT +#ifdef QT_THREAD_SUPPORT # include "qthread.h" # include "private/qthreadinstance_p.h" #endif @@ -116,7 +116,7 @@ QEventLoop::QEventLoop( QObject *parent, const char *name ) init(); -#ifdef TQT_THREAD_SUPPORT +#ifdef QT_THREAD_SUPPORT QThread* thread = QThread::currentThreadObject(); if (thread) { if (thread->d) { @@ -135,7 +135,7 @@ QEventLoop::~QEventLoop() { cleanup(); delete d; -#ifdef TQT_THREAD_SUPPORT +#ifdef QT_THREAD_SUPPORT QThread* thread = QThread::currentThreadObject(); if (thread) { if (thread->d) { -- cgit v1.2.3