summaryrefslogtreecommitdiffstats
path: root/src/exportdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exportdialog.cpp')
-rw-r--r--src/exportdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exportdialog.cpp b/src/exportdialog.cpp
index f82eede..bfa8da7 100644
--- a/src/exportdialog.cpp
+++ b/src/exportdialog.cpp
@@ -44,8 +44,8 @@
using Tellico::ExportDialog;
-ExportDialog::ExportDialog(Export::Format format_, Data::CollPtr coll_, TQWidget* tqparent_, const char* name_)
- : KDialogBase(tqparent_, name_, true /*modal*/, i18n("Export Options"), Ok|Cancel),
+ExportDialog::ExportDialog(Export::Format format_, Data::CollPtr coll_, TQWidget* parent_, const char* name_)
+ : KDialogBase(parent_, name_, true /*modal*/, i18n("Export Options"), Ok|Cancel),
m_format(format_), m_coll(coll_), m_exporter(exporter(format_)) {
TQWidget* widget = new TQWidget(this);
TQVBoxLayout* topLayout = new TQVBoxLayout(widget, 0, spacingHint());