Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 5 months ago committed by TDE Gitea
parent 49e07b0fee
commit c4ab653767

@ -27,8 +27,8 @@
#include <kdemacros.h>
#endif
#ifdef KDE_EXPORT
#define LIBKIPI_EXPORT KDE_EXPORT
#ifdef TDE_EXPORT
#define LIBKIPI_EXPORT TDE_EXPORT
#else
#define LIBKIPI_EXPORT
#endif

Loading…
Cancel
Save