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 629e68b6..87093b06 100644 --- a/languages/php/phpparser.h +++ b/languages/php/phpparser.h @@ -31,7 +31,7 @@  #include "phpfile.h" -class TDevCore; +class KDevCore;  class PHPSupportPart;  /** @@ -56,7 +56,7 @@ public:  private:     CodeModel* m_model; -   TDevCore* m_core; +   KDevCore* m_core;     PHPSupportPart* m_part;     TQMutex m_mutex; | 
