diff options
Diffstat (limited to 'buildtools/ada/adaglobaloptionsdlg.h')
-rw-r--r-- | buildtools/ada/adaglobaloptionsdlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/ada/adaglobaloptionsdlg.h b/buildtools/ada/adaglobaloptionsdlg.h index 1a186ce9..e72a1941 100644 --- a/buildtools/ada/adaglobaloptionsdlg.h +++ b/buildtools/ada/adaglobaloptionsdlg.h @@ -20,9 +20,10 @@ class AdaProjectPart; class AdaGlobalOptionsDlg : public AdaProjectOptionsDlgBase { Q_OBJECT + TQ_OBJECT public: - AdaGlobalOptionsDlg(AdaProjectPart *part, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + AdaGlobalOptionsDlg(AdaProjectPart *part, TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); ~AdaGlobalOptionsDlg(); public slots: |