summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:19:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 20:59:29 +0900
commitcffd6b6eceed9623162ac9e1ec058157cd51b313 (patch)
tree5c27a958eaa5575ba95edc367ad0e7421aa5c023
parent9c52c29189166a05461051e6493d8ad8e36a93fb (diff)
downloadtdewebdev-cffd6b6eceed9623162ac9e1ec058157cd51b313.tar.gz
tdewebdev-cffd6b6eceed9623162ac9e1ec058157cd51b313.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 764011824e4422ea7d4cee677de9560243d2d050)
-rw-r--r--kommander/widget/kommander_export.h2
-rw-r--r--lib/compatibility/tdemdi/qextmdi/tdelibs_export.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widget/kommander_export.h b/kommander/widget/kommander_export.h
index 3fc17b1e..f9e5d4ed 100644
--- a/kommander/widget/kommander_export.h
+++ b/kommander/widget/kommander_export.h
@@ -25,7 +25,7 @@
#if KDE_IS_VERSION(3,3,90)
-#include <kdemacros.h>
+#include <tdemacros.h>
#define KOMMANDER_EXPORT TDE_EXPORT
diff --git a/lib/compatibility/tdemdi/qextmdi/tdelibs_export.h b/lib/compatibility/tdemdi/qextmdi/tdelibs_export.h
index c7048e5f..e5bc4fde 100644
--- a/lib/compatibility/tdemdi/qextmdi/tdelibs_export.h
+++ b/lib/compatibility/tdemdi/qextmdi/tdelibs_export.h
@@ -21,7 +21,7 @@
#define _TDELIBS_EXPORT_H
/* needed for TDE_EXPORT macros */
-#include <kdemacros.h>
+#include <tdemacros.h>
/* needed, because e.g. Q_OS_UNIX is so frequently used */
#include <tqglobal.h>