summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/kmdbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/kmdbase.h')
-rw-r--r--tdeio/tdeio/kmdbase.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tdeio/tdeio/kmdbase.h b/tdeio/tdeio/kmdbase.h
new file mode 100644
index 000000000..b0c8f8b7d
--- /dev/null
+++ b/tdeio/tdeio/kmdbase.h
@@ -0,0 +1,6 @@
+// kmdbase.h is the old name. Use #include <kmdcodec.h> from now on
+#ifdef KDE_NO_COMPAT
+#error include <kmdcodec.h> instead of <kmdbase.h>
+#else
+#include <kmdcodec.h>
+#endif