summaryrefslogtreecommitdiffstats
path: root/languages/php/phpparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/php/phpparser.cpp')
-rw-r--r--languages/php/phpparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/php/phpparser.cpp b/languages/php/phpparser.cpp
index 6b725dc8..99bc4b71 100644
--- a/languages/php/phpparser.cpp
+++ b/languages/php/phpparser.cpp
@@ -150,7 +150,7 @@ void PHPParser::close()
m_canParse.wakeAll();
while (running()) {
- kapp->processEvents();
+ tdeApp->processEvents();
}
}