summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:34 +0900
commitd367e9f82ac7ce6f21c3d951d04ba80cc0dd8f6d (patch)
tree00df420c870d1e7fc0fc75962191db2ca5c77c31
parentd91daa124fa2e53348af36962ec3f01535a29af2 (diff)
downloadtqscintilla-d367e9f82ac7ce6f21c3d951d04ba80cc0dd8f6d.tar.gz
tqscintilla-d367e9f82ac7ce6f21c3d951d04ba80cc0dd8f6d.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--README.MacOS2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.MacOS b/README.MacOS
index ff6bcba..0b6c1c3 100644
--- a/README.MacOS
+++ b/README.MacOS
@@ -40,7 +40,7 @@ crashes QScintilla. The following patch needs to be applied to Qt:
if(fi)
delete fi;
qt_mac_current_painter = painter;
- #if defined(QT_THREAD_SUPPORT)
+ #if defined(TQT_THREAD_SUPPORT)
if(qt_mac_port_mutex)
- qt_mac_port_mutex->unlock();
+ qt_mac_port_mutex->unlock();