diff options
Diffstat (limited to 'languages/php/phpfile.h')
-rw-r--r-- | languages/php/phpfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/php/phpfile.h b/languages/php/phpfile.h index b8aad71b..d790ca66 100644 --- a/languages/php/phpfile.h +++ b/languages/php/phpfile.h @@ -47,6 +47,7 @@ */ class PHPFile : public TQObject { Q_OBJECT + TQ_OBJECT public: PHPFile(PHPSupportPart *phpSupport, const TQString& fileName); |