summaryrefslogtreecommitdiffstats
path: root/kate/textfilter/plugin_katetextfilter.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 13:06:27 +0900
committerMichele Calgaro <[email protected]>2024-12-02 13:06:27 +0900
commit319f85acb1d120b8d776bfd15a64f793568d66fd (patch)
tree868d0fe186f4478ceab78c28bbd97c28e7e74505 /kate/textfilter/plugin_katetextfilter.h
parent675a3dc445008f33a4400a89ad22db2c9670d913 (diff)
downloadtdeaddons-master.tar.gz
tdeaddons-master.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/textfilter/plugin_katetextfilter.h')
-rw-r--r--kate/textfilter/plugin_katetextfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/textfilter/plugin_katetextfilter.h b/kate/textfilter/plugin_katetextfilter.h
index f939e4d..87a6050 100644
--- a/kate/textfilter/plugin_katetextfilter.h
+++ b/kate/textfilter/plugin_katetextfilter.h
@@ -28,7 +28,7 @@
#include <kate/mainwindow.h>
#include <kate/viewmanager.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
class PluginKateTextFilter : public Kate::Plugin, public Kate::PluginViewInterface, public Kate::Command
{