summaryrefslogtreecommitdiffstats
path: root/libk3bdevice
diff options
context:
space:
mode:
Diffstat (limited to 'libk3bdevice')
-rw-r--r--libk3bdevice/k3bdevice_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3bdevice/k3bdevice_export.h b/libk3bdevice/k3bdevice_export.h
index 6c43716..930baea 100644
--- a/libk3bdevice/k3bdevice_export.h
+++ b/libk3bdevice/k3bdevice_export.h
@@ -21,7 +21,7 @@
#include <config.h>
#endif
-#ifdef __KDE_HAVE_GCC_VISIBILITY
+#ifdef __TDE_HAVE_GCC_VISIBILITY
#define LIBK3BDEVICE_NO_EXPORT __attribute__ ((visibility("hidden")))
#define LIBK3BDEVICE_EXPORT __attribute__ ((visibility("default")))
#else