summaryrefslogtreecommitdiffstats
path: root/libkdchart/kdchart_export.h
diff options
context:
space:
mode:
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)