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