From 5af24c40137c80c4de65f63ce816f77ef8b7bea3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 13:08:45 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- languages/php/phpconfigwidget.cpp | 2 +- languages/php/phpfile.cpp | 4 ++-- languages/php/phpfile.h | 2 +- languages/php/phpsupportpart.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'languages/php') 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 +#include #include #include #include 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 #include -#include +#include #include #include @@ -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 #include -#include +#include #include #include 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 #include #include -#include +#include #include #include #include -- cgit v1.2.3