summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 18:14:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 18:14:33 +0900
commit48317c27a99823fbd790eff78470c5274ace467f (patch)
treecd3f392e7f0a8cd25fcf1f415b7b00a2d256b05e
parent530a677516dcc7117ebf4d3ab23b49244da997db (diff)
downloadkoffice-48317c27a99823fbd790eff78470c5274ace467f.tar.gz
koffice-48317c27a99823fbd790eff78470c5274ace467f.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--filters/kword/libexport/TagProcessing.h2
-rw-r--r--kexi/kexidb/kexidb_export.h2
-rw-r--r--kexi/kexiutils/kexiutils_export.h2
-rw-r--r--kexi/plugins/macros/lib/komacro_export.h2
-rw-r--r--lib/kofficecore/KoStyleStack.h2
-rw-r--r--lib/kofficeui/KoRuler.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/filters/kword/libexport/TagProcessing.h b/filters/kword/libexport/TagProcessing.h
index 043bddc0..b4f9137e 100644
--- a/filters/kword/libexport/TagProcessing.h
+++ b/filters/kword/libexport/TagProcessing.h
@@ -37,7 +37,7 @@
#include <tqdom.h>
#include <tqvaluelist.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <kdebug.h>
class KWEFKWordLeader;
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
diff --git a/lib/kofficecore/KoStyleStack.h b/lib/kofficecore/KoStyleStack.h
index 0da315b4..62688fd2 100644
--- a/lib/kofficecore/KoStyleStack.h
+++ b/lib/kofficecore/KoStyleStack.h
@@ -26,7 +26,7 @@
#include <tqdom.h>
#include <tqvaluestack.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include "koffice_export.h"
diff --git a/lib/kofficeui/KoRuler.h b/lib/kofficeui/KoRuler.h
index ca09f9c7..5ac611b9 100644
--- a/lib/kofficeui/KoRuler.h
+++ b/lib/kofficeui/KoRuler.h
@@ -27,7 +27,7 @@
#include <tqframe.h>
#include <tqpixmap.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <koffice_export.h>
#include <KoGlobal.h>
#include <KoTabChooser.h>