diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:49:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:49:24 +0900 |
commit | 6c5063171214b55ae054b2968714efc64766bea0 (patch) | |
tree | 0584932cd130ed53c3acf32bc3625ebfc555ed45 | |
parent | 10f36e23e048228ddae1af3e11022cff23a56c5f (diff) | |
download | libkdcraw-6c5063171214b55ae054b2968714efc64766bea0.tar.gz libkdcraw-6c5063171214b55ae054b2968714efc64766bea0.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | libkdcraw/libkdcraw/libkdcraw_export.h | 6 |
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"))) |