summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:27 +0900
commit319f85acb1d120b8d776bfd15a64f793568d66fd (patch)
tree868d0fe186f4478ceab78c28bbd97c28e7e74505 /kate
parent675a3dc445008f33a4400a89ad22db2c9670d913 (diff)
downloadtdeaddons-319f85acb1d120b8d776bfd15a64f793568d66fd.tar.gz
tdeaddons-319f85acb1d120b8d776bfd15a64f793568d66fd.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate')
-rw-r--r--kate/filetemplates/plugin/filetemplates.cpp2
-rw-r--r--kate/insertcommand/plugin_kateinsertcommand.cpp2
-rw-r--r--kate/make/plugin_katemake.h2
-rw-r--r--kate/textfilter/plugin_katetextfilter.h2
-rw-r--r--kate/xmlcheck/plugin_katexmlcheck.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp
index 47a2db4..31d1745 100644
--- a/kate/filetemplates/plugin/filetemplates.cpp
+++ b/kate/filetemplates/plugin/filetemplates.cpp
@@ -40,7 +40,7 @@
#include <tdemessagebox.h>
#include <tdenewstuff/knewstuff.h>
#include <tdenewstuff/entry.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <kstandarddirs.h>
#include <tdetempfile.h>
diff --git a/kate/insertcommand/plugin_kateinsertcommand.cpp b/kate/insertcommand/plugin_kateinsertcommand.cpp
index c83a751..5351795 100644
--- a/kate/insertcommand/plugin_kateinsertcommand.cpp
+++ b/kate/insertcommand/plugin_kateinsertcommand.cpp
@@ -38,7 +38,7 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <kgenericfactory.h>
#include <tdeapplication.h>
diff --git a/kate/make/plugin_katemake.h b/kate/make/plugin_katemake.h
index ac06b73..d406174 100644
--- a/kate/make/plugin_katemake.h
+++ b/kate/make/plugin_katemake.h
@@ -45,7 +45,7 @@ class TQRegExp;
#include <kdockwidget.h>
#include <kiconloader.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
class PluginKateMakeView : public TQListView, public KXMLGUIClient
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
{
diff --git a/kate/xmlcheck/plugin_katexmlcheck.h b/kate/xmlcheck/plugin_katexmlcheck.h
index 441d233..52a4f74 100644
--- a/kate/xmlcheck/plugin_katexmlcheck.h
+++ b/kate/xmlcheck/plugin_katexmlcheck.h
@@ -38,7 +38,7 @@
#include <kdockwidget.h>
#include <kiconloader.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
class PluginKateXMLCheckView : public TQListView, public KXMLGUIClient