summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/removefiledlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/removefiledlg.h')
-rw-r--r--buildtools/autotools/removefiledlg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/autotools/removefiledlg.h b/buildtools/autotools/removefiledlg.h
index ab843dda..58836da3 100644
--- a/buildtools/autotools/removefiledlg.h
+++ b/buildtools/autotools/removefiledlg.h
@@ -12,7 +12,7 @@
#ifndef _REMOVEFILEDLG_H_
#define _REMOVEFILEDLG_H_
-#include <qdialog.h>
+#include <tqdialog.h>
#include "removefiledlgbase.h"
@@ -29,22 +29,22 @@ class RemoveFileDialog : public RemoveFileDlgBase
public:
RemoveFileDialog( AutoProjectWidget *widget, AutoProjectPart* part, SubprojectItem *spitem,
- TargetItem *item, const QString &filename,
- QWidget *parent = 0, const char *name = 0 );
+ TargetItem *item, const TQString &filename,
+ TQWidget *parent = 0, const char *name = 0 );
~RemoveFileDialog();
protected:
virtual void accept();
private:
- QCheckBox *removeFromTargetsCheckBox;
- //QCheckBox *removefromdisk_box;
+ TQCheckBox *removeFromTargetsCheckBox;
+ //TQCheckBox *removefromdisk_box;
AutoProjectWidget* m_widget;
AutoProjectPart *m_part;
SubprojectItem *subProject;
TargetItem *target;
- QString fileName;
+ TQString fileName;
};
#endif