diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-02 12:01:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-02 12:01:53 +0900 |
commit | 90304275a172a5ee6fe62d7f25e48ca82c46c2dc (patch) | |
tree | a6142891b63fc90c18fd15a90121ac955b63cea7 | |
parent | 208304568d6b30259d2d4897f62a0e9c7570e44c (diff) | |
download | krusader-90304275a172a5ee6fe62d7f25e48ca82c46c2dc.tar.gz krusader-90304275a172a5ee6fe62d7f25e48ca82c46c2dc.zip |
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | acinclude.m4 | 6 |
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) |