summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>