From f849f22528ee9eb5eeb1f9aa92822846b2b3e01f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Sep 2018 01:13:31 +0900 Subject: QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- 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 82ff666..dd88e78 100644 --- a/src/kernel/qeventloop.cpp +++ b/src/kernel/qeventloop.cpp @@ -41,7 +41,7 @@ #include "qapplication.h" #include "qdatetime.h" -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT # include "qthread.h" # include "private/qthreadinstance_p.h" #endif @@ -116,7 +116,7 @@ QEventLoop::QEventLoop( QObject *parent, const char *name ) init(); -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT QThread* thread = QThread::currentThreadObject(); if (thread) { if (thread->d) { @@ -135,7 +135,7 @@ QEventLoop::~QEventLoop() { cleanup(); delete d; -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT QThread* thread = QThread::currentThreadObject(); if (thread) { if (thread->d) { -- cgit v1.2.3