diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 22:25:23 +0900 |
commit | 5af24c40137c80c4de65f63ce816f77ef8b7bea3 (patch) | |
tree | a47b22ac3ff5b79df381ea09505bf82c2071c847 /languages/php | |
parent | 5a0afc9e219fe72a763af031a4b3ce385316f1ea (diff) | |
download | tdevelop-master.tar.gz tdevelop-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/php')
-rw-r--r-- | languages/php/phpconfigwidget.cpp | 2 | ||||
-rw-r--r-- | languages/php/phpfile.cpp | 4 | ||||
-rw-r--r-- | languages/php/phpfile.h | 2 | ||||
-rw-r--r-- | languages/php/phpsupportpart.cpp | 2 |
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> |