summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/addfiledlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/addfiledlg.h')
-rw-r--r--buildtools/autotools/addfiledlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/autotools/addfiledlg.h b/buildtools/autotools/addfiledlg.h
index 867c88cc..e4a6ead4 100644
--- a/buildtools/autotools/addfiledlg.h
+++ b/buildtools/autotools/addfiledlg.h
@@ -27,11 +27,12 @@ class TargetItem;
class AddFileDialog : public AddFileDlgBase
{
Q_OBJECT
+ TQ_OBJECT
public:
AddFileDialog( AutoProjectPart *part, AutoProjectWidget *widget,
SubprojectItem *spitem, TargetItem *item,
- TQWidget *parent = 0, const char *name = 0 );
+ TQWidget *tqparent = 0, const char *name = 0 );
~AddFileDialog();
protected: