summaryrefslogtreecommitdiffstats
path: root/languages/php/phpfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/php/phpfile.cpp')
-rw-r--r--languages/php/phpfile.cpp4
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();