diff options
Diffstat (limited to 'languages/php/phpconfigwidget.h')
-rw-r--r-- | languages/php/phpconfigwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/php/phpconfigwidget.h b/languages/php/phpconfigwidget.h index c404643c..84425de9 100644 --- a/languages/php/phpconfigwidget.h +++ b/languages/php/phpconfigwidget.h @@ -9,9 +9,10 @@ class PHPConfigData; class PHPConfigWidget : public PHPConfigWidgetBase { Q_OBJECT + TQ_OBJECT public: - PHPConfigWidget( PHPConfigData* data,TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + PHPConfigWidget( PHPConfigData* data,TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); ~PHPConfigWidget(); public slots: |