diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:11:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:11:51 +0900 |
commit | 451bff5e53c2f78bd6e7475bbdd657b32f269a1b (patch) | |
tree | 133861de06c58a850fc7a6057dbc0380680dc734 /kmymoney2 | |
parent | 15a11584a5e978821c7de52687ca5b22ce2f7749 (diff) | |
download | kmymoney-451bff5e53c2f78bd6e7475bbdd657b32f269a1b.tar.gz kmymoney-451bff5e53c2f78bd6e7475bbdd657b32f269a1b.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2')
-rw-r--r-- | kmymoney2/export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/export.h b/kmymoney2/export.h index 4fbaf64..8945eef 100644 --- a/kmymoney2/export.h +++ b/kmymoney2/export.h @@ -24,7 +24,7 @@ #include <tdeversion.h> #if KDE_IS_VERSION(3,2,90) - #ifdef __KDE_HAVE_GCC_VISIBILITY + #ifdef __TDE_HAVE_GCC_VISIBILITY #include <tdemacros.h> #define KMYMONEY_EXPORT TDE_EXPORT #else |