summaryrefslogtreecommitdiffstats
path: root/amarok/src
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src')
-rw-r--r--amarok/src/amarok_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/amarok_export.h b/amarok/src/amarok_export.h
index 23afb772..b51a7bf7 100644
--- a/amarok/src/amarok_export.h
+++ b/amarok/src/amarok_export.h
@@ -5,7 +5,7 @@
#include <config.h>
-#ifdef __KDE_HAVE_GCC_VISIBILITY
+#ifdef __TDE_HAVE_GCC_VISIBILITY
#define LIBAMAROK_NO_EXPORT __attribute__ ((visibility("hidden")))
#define LIBAMAROK_EXPORT __attribute__ ((visibility("default")))
#else