summaryrefslogtreecommitdiffstats
path: root/libkdchart/kdchart_export.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:11:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-14 22:22:03 +0900
commite52169fbb6ac64bbe3c2473dcb5f42e348c00ea2 (patch)
tree1d34b7fd66f3180cd52a918d97f76b68d8bc43b5 /libkdchart/kdchart_export.h
parentaae4211595cac788d7971aee737794e7ad0a03db (diff)
downloadkmymoney-r14.1.x.tar.gz
kmymoney-r14.1.x.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 451bff5e53c2f78bd6e7475bbdd657b32f269a1b)
Diffstat (limited to 'libkdchart/kdchart_export.h')
-rw-r--r--libkdchart/kdchart_export.h2
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)