diff options
Diffstat (limited to 'languages/php/phpparser.h')
-rw-r--r-- | languages/php/phpparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/php/phpparser.h b/languages/php/phpparser.h index 87093b06..629e68b6 100644 --- a/languages/php/phpparser.h +++ b/languages/php/phpparser.h @@ -31,7 +31,7 @@ #include "phpfile.h" -class KDevCore; +class TDevCore; class PHPSupportPart; /** @@ -56,7 +56,7 @@ public: private: CodeModel* m_model; - KDevCore* m_core; + TDevCore* m_core; PHPSupportPart* m_part; TQMutex m_mutex; |