diff options
Diffstat (limited to 'languages/php')
-rw-r--r-- | languages/php/phpfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/php/phpfile.cpp b/languages/php/phpfile.cpp index d54028da..29c6ea9b 100644 --- a/languages/php/phpfile.cpp +++ b/languages/php/phpfile.cpp @@ -576,7 +576,7 @@ TQValueList<ClassDom> PHPFile::classByName(TQString classname) { */ void PHPFile::postEvent(FileParseEvent *event) { - KApplication::postEvent( m_part, event ); + TDEApplication::postEvent( m_part, event ); usleep(100); } |