diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:11:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-14 22:22:03 +0900 |
commit | e52169fbb6ac64bbe3c2473dcb5f42e348c00ea2 (patch) | |
tree | 1d34b7fd66f3180cd52a918d97f76b68d8bc43b5 /libkdchart/kdchart_export.h | |
parent | aae4211595cac788d7971aee737794e7ad0a03db (diff) | |
download | kmymoney-e52169fbb6ac64bbe3c2473dcb5f42e348c00ea2.tar.gz kmymoney-e52169fbb6ac64bbe3c2473dcb5f42e348c00ea2.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 451bff5e53c2f78bd6e7475bbdd657b32f269a1b)
Diffstat (limited to 'libkdchart/kdchart_export.h')
-rw-r--r-- | libkdchart/kdchart_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/kdchart_export.h b/libkdchart/kdchart_export.h index 40b72c2..94f2d34 100644 --- a/libkdchart/kdchart_export.h +++ b/libkdchart/kdchart_export.h @@ -1,7 +1,7 @@ #ifndef KDCHART_EXPORT_H #define KDCHART_EXPORT_H -#if defined(__KDE_HAVE_GCC_VISIBILITY) || defined(G_HAVE_GCC_VISIBILITY) +#if defined(__TDE_HAVE_GCC_VISIBILITY) || defined(G_HAVE_GCC_VISIBILITY) #define KDCHART_NO_EXPORT __attribute__ ((visibility("hidden"))) #define KDCHART_EXPORT __attribute__ ((visibility("default"))) #elif defined(_WIN32) |