From 6c5063171214b55ae054b2968714efc64766bea0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:49:24 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- libkdcraw/libkdcraw/libkdcraw_export.h | 6 +++--- 1 file 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 #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"))) -- cgit v1.2.1