summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-02 12:01:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-02 12:01:35 +0900
commit89a4abdcd8f8e371a953e3feaa4b0b86b59ae040 (patch)
treea8b1745e14ddcc3e7fa2a169d837988a8b668132
parent55240c6cca5d348dd210f6742f4f0ec9e6536ce1 (diff)
downloadksquirrel-89a4abdcd8f8e371a953e3feaa4b0b86b59ae040.tar.gz
ksquirrel-89a4abdcd8f8e371a953e3feaa4b0b86b59ae040.zip
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c49944f..01d1e2a 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -3413,9 +3413,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)