diff options
Diffstat (limited to 'src/exportdialog.h')
-rw-r--r-- | src/exportdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exportdialog.h b/src/exportdialog.h index 19a6cbe..afec56c 100644 --- a/src/exportdialog.h +++ b/src/exportdialog.h @@ -36,7 +36,7 @@ Q_OBJECT TQ_OBJECT public: - ExportDialog(Export::Format format, Data::CollPtr coll, TQWidget* tqparent, const char* name); + ExportDialog(Export::Format format, Data::CollPtr coll, TQWidget* parent, const char* name); ~ExportDialog(); TQString fileFilter(); |