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