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