diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:13:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:13:34 +0900 |
commit | d367e9f82ac7ce6f21c3d951d04ba80cc0dd8f6d (patch) | |
tree | 00df420c870d1e7fc0fc75962191db2ca5c77c31 /README.MacOS | |
parent | d91daa124fa2e53348af36962ec3f01535a29af2 (diff) | |
download | tqscintilla-d367e9f82ac7ce6f21c3d951d04ba80cc0dd8f6d.tar.gz tqscintilla-d367e9f82ac7ce6f21c3d951d04ba80cc0dd8f6d.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'README.MacOS')
-rw-r--r-- | README.MacOS | 2 |
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(); |