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-03 09:56:37 +0900 |
| commit | 0f2883fcf79fd3d3281363b2f577749b3835dc24 (patch) | |
| tree | 81fe032b248996ed452b7a4cca7e6267fba4a206 /acinclude.m4 | |
| parent | b17ab2eb8a9150d9ddecd7a754732a5900fd03c2 (diff) | |
| download | krusader-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.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) |
