diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-02 12:02:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-03 09:57:26 +0900 |
| commit | 727c8a718d2610f6cece87dcaf9f369e6c57449a (patch) | |
| tree | 8f6206a3ab8d429a68238b21d59993e9634a246d | |
| parent | 75016ef7e61b777433bad814c6d6a503b1e47d95 (diff) | |
| download | kipi-plugins-727c8a71.tar.gz kipi-plugins-727c8a71.zip | |
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 172ca53457fe550ad1d387449460e28a4b4bcf31)
| -rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 30c5a52..5bdc54a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3437,9 +3437,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) |
