diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 18:14:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:09:45 +0900 |
commit | 0bb5a74a5d113d4a0aba044ed0ffa5b65c89ca70 (patch) | |
tree | 722dca115d87dabb5c09dd264d3e6517ab382203 /kexi | |
parent | 0d18073a009153a2c9fab75204df2611a67f68df (diff) | |
download | koffice-0bb5a74a5d113d4a0aba044ed0ffa5b65c89ca70.tar.gz koffice-0bb5a74a5d113d4a0aba044ed0ffa5b65c89ca70.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 48317c27a99823fbd790eff78470c5274ace467f)
Diffstat (limited to 'kexi')
-rw-r--r-- | kexi/kexidb/kexidb_export.h | 2 | ||||
-rw-r--r-- | kexi/kexiutils/kexiutils_export.h | 2 | ||||
-rw-r--r-- | kexi/plugins/macros/lib/komacro_export.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kexi/kexidb/kexidb_export.h b/kexi/kexidb/kexidb_export.h index 220331a1..8f8dbc0d 100644 --- a/kexi/kexidb/kexidb_export.h +++ b/kexi/kexidb/kexidb_export.h @@ -24,7 +24,7 @@ # include <tdeversion.h> /* this will also include <tdelibs_export.h>, if available */ #endif /* TDE_EXPORT will be defined multiple times without this on tdelibs 3.3 (tested on 3.3.1) */ -#include <kdemacros.h> +#include <tdemacros.h> /* workaround for KDElibs < 3.2 on !win32 */ #ifndef TDE_EXPORT diff --git a/kexi/kexiutils/kexiutils_export.h b/kexi/kexiutils/kexiutils_export.h index 31a1fe7a..0c85288a 100644 --- a/kexi/kexiutils/kexiutils_export.h +++ b/kexi/kexiutils/kexiutils_export.h @@ -20,7 +20,7 @@ #ifndef _KEXIUTILS_EXPORT_H_ #define _KEXIUTILS_EXPORT_H_ -#include <kdemacros.h> +#include <tdemacros.h> #ifdef MAKE_KEXIUTILS_LIB # define KEXIUTILS_EXPORT TDE_EXPORT diff --git a/kexi/plugins/macros/lib/komacro_export.h b/kexi/plugins/macros/lib/komacro_export.h index 76e68f6d..9b03f269 100644 --- a/kexi/plugins/macros/lib/komacro_export.h +++ b/kexi/plugins/macros/lib/komacro_export.h @@ -25,7 +25,7 @@ #endif /* TDE_EXPORT will be defined multiple times without this on tdelibs 3.3 (tested on 3.3.1) */ -#include <kdemacros.h> +#include <tdemacros.h> /* workaround for KDElibs < 3.2 on !win32 */ #ifndef TDE_EXPORT |