summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-02 12:01:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-03 09:56:37 +0900
commit0f2883fcf79fd3d3281363b2f577749b3835dc24 (patch)
tree81fe032b248996ed452b7a4cca7e6267fba4a206 /acinclude.m4
parentb17ab2eb8a9150d9ddecd7a754732a5900fd03c2 (diff)
downloadkrusader-0f2883fc.tar.gz
krusader-0f2883fc.zip
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 90304275a172a5ee6fe62d7f25e48ca82c46c2dc)
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 76bd0b0..61c8401 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -3412,9 +3412,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)