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 --- doc/threads.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/threads.doc') diff --git a/doc/threads.doc b/doc/threads.doc index febd0d1..c7b197c 100644 --- a/doc/threads.doc +++ b/doc/threads.doc @@ -69,8 +69,8 @@ against this library (with \c{-lqt-mt}) rather than the standard Qt library. On both platforms, you should compile with the macro \c -QT_THREAD_SUPPORT defined (e.g. compile with -\c{-DQT_THREAD_SUPPORT}). On Windows, this is usually done by an +TQT_THREAD_SUPPORT defined (e.g. compile with +\c{-DTQT_THREAD_SUPPORT}). On Windows, this is usually done by an entry in \c{qconfig.h}. \section1 The Thread Classes -- cgit v1.2.1