summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:35 +0900
commit9149eddd880abaab5d909ad6ce285f9eed5b7fdf (patch)
treef6809ad9209dfea2be0e86ea53a25706481bf619
parent887cea632095fefdd3828cf9cf7e22a1e05f4e7d (diff)
downloadtdebase-9149eddd880abaab5d909ad6ce285f9eed5b7fdf.tar.gz
tdebase-9149eddd880abaab5d909ad6ce285f9eed5b7fdf.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--tqt3integration/utils/qt/in/qt.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqt3integration/utils/qt/in/qt.patch b/tqt3integration/utils/qt/in/qt.patch
index ea2e04194..b67571887 100644
--- a/tqt3integration/utils/qt/in/qt.patch
+++ b/tqt3integration/utils/qt/in/qt.patch
@@ -9,7 +9,7 @@
+#endif
+
#ifdef Q_WS_WIN
- #ifdef QT_THREAD_SUPPORT
+ #ifdef TQT_THREAD_SUPPORT
# include <private/qmutexpool_p.h>
@@ -3428,7 +3432,11 @@ QString QFileDialog::getOpenFileName( co
if ( workingDirectory->isNull() )