diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-02 12:01:26 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-03 09:55:59 +0900 |
| commit | 9eae5e75a4a0e03c888f213ad475ce18b9191909 (patch) | |
| tree | f85f679aeab12102a384804fdbc54617132d749d | |
| parent | 5cc4de00fd5f0c273943829eb1f2a3f2f805c027 (diff) | |
| download | digikam-9eae5e75.tar.gz digikam-9eae5e75.zip | |
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 139fbf7535c19568975d829bed98d2c96ee85bc3)
| -rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 9f458907..d599831e 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) |
