summaryrefslogtreecommitdiffstats
path: root/kate/textfilter
diff options
context:
space:
mode:
Diffstat (limited to 'kate/textfilter')
-rw-r--r--kate/textfilter/plugin_katetextfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/textfilter/plugin_katetextfilter.cpp b/kate/textfilter/plugin_katetextfilter.cpp
index 0ec93bb..d58601c 100644
--- a/kate/textfilter/plugin_katetextfilter.cpp
+++ b/kate/textfilter/plugin_katetextfilter.cpp
@@ -27,7 +27,7 @@
#include <kdebug.h>
#include <tqstring.h>
#include <tdetexteditor/editinterfaceext.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcompletion.h>
#include <klineedit.h>
#define POP_(x) kdDebug(13000) << #x " = " << flush << x << endl