summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:19:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:19:55 +0900
commit7cf2462cf91b56484167e028ad0abfc913aefd4d (patch)
treef863b4bd9f0da5344485f3c37af8e518cc15efc5
parentd56a6af0f49543e774f23ecfcffbd5bfc772d3c3 (diff)
downloadktorrent-7cf2462c.tar.gz
ktorrent-7cf2462c.zip
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--aclocal.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index f14cb81..6910dd1 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -3449,9 +3449,9 @@ AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY],
AC_TRY_COMPILE(
[
#include <qglobal.h>
-#if Q_EXPORT - 0 != 0
-/* if this compiles, then Q_EXPORT is undefined */
-/* if Q_EXPORT is nonempty, this will break compilation */
+#if TQ_EXPORT - 0 != 0
+/* if this compiles, then TQ_EXPORT is undefined */
+/* if TQ_EXPORT is nonempty, this will break compilation */
#endif
], [/* elvis is alive */],
kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes)