summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/lib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:17:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 12:39:33 +0900
commit9fa1a9ed2f99b81348c5636b1bd4d82dba553e1e (patch)
treed958ac4c06c10c7444e2af3907cd0928152e02c8 /kexi/plugins/macros/lib
parentfa332d64d06a61d0b064c34757a78170bc69e6bd (diff)
downloadkoffice-9fa1a9ed2f99b81348c5636b1bd4d82dba553e1e.tar.gz
koffice-9fa1a9ed2f99b81348c5636b1bd4d82dba553e1e.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0)
Diffstat (limited to 'kexi/plugins/macros/lib')
-rw-r--r--kexi/plugins/macros/lib/komacro_export.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/plugins/macros/lib/komacro_export.h b/kexi/plugins/macros/lib/komacro_export.h
index d3174235b..76e68f6d9 100644
--- a/kexi/plugins/macros/lib/komacro_export.h
+++ b/kexi/plugins/macros/lib/komacro_export.h
@@ -24,16 +24,16 @@
# include <tdeversion.h> /* this will also include <tdelibs_export.h>, if available */
#endif
-/* KDE_EXPORT will be defined multiple times without this on tdelibs 3.3 (tested on 3.3.1) */
+/* TDE_EXPORT will be defined multiple times without this on tdelibs 3.3 (tested on 3.3.1) */
#include <kdemacros.h>
/* workaround for KDElibs < 3.2 on !win32 */
-#ifndef KDE_EXPORT
-# define KDE_EXPORT
+#ifndef TDE_EXPORT
+# define TDE_EXPORT
#endif
#ifndef KOMACRO_EXPORT
-# define KOMACRO_EXPORT KDE_EXPORT
+# define KOMACRO_EXPORT TDE_EXPORT
#endif
#endif