summaryrefslogtreecommitdiffstats
path: root/languages/php
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:08:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 22:25:23 +0900
commit5af24c40137c80c4de65f63ce816f77ef8b7bea3 (patch)
treea47b22ac3ff5b79df381ea09505bf82c2071c847 /languages/php
parent5a0afc9e219fe72a763af031a4b3ce385316f1ea (diff)
downloadtdevelop-master.tar.gz
tdevelop-master.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/php')
-rw-r--r--languages/php/phpconfigwidget.cpp2
-rw-r--r--languages/php/phpfile.cpp4
-rw-r--r--languages/php/phpfile.h2
-rw-r--r--languages/php/phpsupportpart.cpp2
4 files changed, 5 insertions, 5 deletions
diff --git a/languages/php/phpconfigwidget.cpp b/languages/php/phpconfigwidget.cpp
index ac9a8531..7d6e7ea2 100644
--- a/languages/php/phpconfigwidget.cpp
+++ b/languages/php/phpconfigwidget.cpp
@@ -1,5 +1,5 @@
#include "domutil.h"
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <klineedit.h>
#include <tqcheckbox.h>
#include <tqmultilineedit.h>
diff --git a/languages/php/phpfile.cpp b/languages/php/phpfile.cpp
index a9861678..c592c763 100644
--- a/languages/php/phpfile.cpp
+++ b/languages/php/phpfile.cpp
@@ -22,7 +22,7 @@
#include <tqregexp.h>
#include <urlutil.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kdebug.h>
#include <kdevpartcontroller.h>
@@ -480,7 +480,7 @@ void PHPFile::PHPCheck() {
// int status = 0;
m_phpCheckOutput = "";
-/// @todo try with kprocess in futur version actually this create zombie
+/// @todo try with tdeprocess in futur version actually this create zombie
/*
phpCheckProc->clearArguments();
diff --git a/languages/php/phpfile.h b/languages/php/phpfile.h
index da4da636..2972bfff 100644
--- a/languages/php/phpfile.h
+++ b/languages/php/phpfile.h
@@ -27,7 +27,7 @@
#include <tqthread.h>
#include <urlutil.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kdebug.h>
#include <kdevproject.h>
diff --git a/languages/php/phpsupportpart.cpp b/languages/php/phpsupportpart.cpp
index cf498060..273db008 100644
--- a/languages/php/phpsupportpart.cpp
+++ b/languages/php/phpsupportpart.cpp
@@ -38,7 +38,7 @@
#include <tdehtmlview.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kregexp.h>
#include <kstatusbar.h>
#include <tdeparts/browserextension.h>