diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:08:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 22:25:23 +0900 |
commit | 5af24c40137c80c4de65f63ce816f77ef8b7bea3 (patch) | |
tree | a47b22ac3ff5b79df381ea09505bf82c2071c847 /languages/php/phpfile.cpp | |
parent | 5a0afc9e219fe72a763af031a4b3ce385316f1ea (diff) | |
download | tdevelop-5af24c40137c80c4de65f63ce816f77ef8b7bea3.tar.gz tdevelop-5af24c40137c80c4de65f63ce816f77ef8b7bea3.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'languages/php/phpfile.cpp')
-rw-r--r-- | languages/php/phpfile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |