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