From 95e28f5bcadbf0ac052c4f29d77b4ab5e6648d1b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:24:38 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- languages/php/phpfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/php/phpfile.cpp') 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 PHPFile::classByName(TQString classname) { */ void PHPFile::postEvent(FileParseEvent *event) { - KApplication::postEvent( m_part, event ); + TDEApplication::postEvent( m_part, event ); usleep(100); } -- cgit v1.2.1