summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libkdcraw/libkdcraw/libkdcraw_export.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdcraw/libkdcraw/libkdcraw_export.h b/libkdcraw/libkdcraw/libkdcraw_export.h
index 8e73374..607dd93 100644
--- a/libkdcraw/libkdcraw/libkdcraw_export.h
+++ b/libkdcraw/libkdcraw/libkdcraw_export.h
@@ -27,9 +27,9 @@
#include <kdemacros.h>
#endif
-#ifdef KDE_EXPORT
-# define LIBKDCRAW_NO_EXPORT KDE_NO_EXPORT
-# define LIBKDCRAW_EXPORT KDE_EXPORT
+#ifdef TDE_EXPORT
+# define LIBKDCRAW_NO_EXPORT TDE_NO_EXPORT
+# define LIBKDCRAW_EXPORT TDE_EXPORT
#else
# ifdef __KDE_HAVE_GCC_VISIBILITY
# define LIBKDCRAW_NO_EXPORT __attribute__ ((visibility("hidden")))