diff options
Diffstat (limited to 'buildtools/autotools/addtranslationdlg.h')
-rw-r--r-- | buildtools/autotools/addtranslationdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/addtranslationdlg.h b/buildtools/autotools/addtranslationdlg.h index a52ab144..913445a2 100644 --- a/buildtools/autotools/addtranslationdlg.h +++ b/buildtools/autotools/addtranslationdlg.h @@ -21,7 +21,7 @@ class AutoProjectPart; class AddTranslationDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: AddTranslationDialog( AutoProjectPart *part, TQWidget *parent = 0, const char *name = 0 ); |