diff options
Diffstat (limited to 'languages/php/phpsupportpart.h')
-rw-r--r-- | languages/php/phpsupportpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/php/phpsupportpart.h b/languages/php/phpsupportpart.h index f2b0d79c..2d3f74a0 100644 --- a/languages/php/phpsupportpart.h +++ b/languages/php/phpsupportpart.h @@ -47,7 +47,7 @@ class PHPSupportPart : public KDevLanguageSupport TQ_OBJECT public: - PHPSupportPart( TQObject *tqparent, const char *name, const TQStringList & ); + PHPSupportPart( TQObject *parent, const char *name, const TQStringList & ); ~PHPSupportPart(); PHPErrorView *ErrorView(); |