diff options
Diffstat (limited to 'buildtools/autotools/addexistingfilesdlg.h')
-rw-r--r-- | buildtools/autotools/addexistingfilesdlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/autotools/addexistingfilesdlg.h b/buildtools/autotools/addexistingfilesdlg.h index aa00a99e..6cf69364 100644 --- a/buildtools/autotools/addexistingfilesdlg.h +++ b/buildtools/autotools/addexistingfilesdlg.h @@ -39,10 +39,11 @@ class KFileItem; class AddExistingFilesDialog : public AddExistingDlgBase { Q_OBJECT + TQ_OBJECT public: AddExistingFilesDialog( AutoProjectPart* part, AutoProjectWidget *widget, - SubprojectItem* spitem, TargetItem* titem, TQWidget* parent = 0, + SubprojectItem* spitem, TargetItem* titem, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~AddExistingFilesDialog(); |