summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/filecreate_filedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/filecreate/filecreate_filedialog.h')
-rw-r--r--parts/filecreate/filecreate_filedialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parts/filecreate/filecreate_filedialog.h b/parts/filecreate/filecreate_filedialog.h
index b1523648..26852cfc 100644
--- a/parts/filecreate/filecreate_filedialog.h
+++ b/parts/filecreate/filecreate_filedialog.h
@@ -21,10 +21,11 @@ namespace FileCreate {
class FileDialog : public KFileDialog {
Q_OBJECT
+ TQ_OBJECT
public:
FileDialog(const TQString& startDir, const TQString& filter,
- TQWidget *parent, const char *name,
+ TQWidget *tqparent, const char *name,
bool modal, TQWidget * extraWidget);
virtual ~FileDialog();