summaryrefslogtreecommitdiffstats
path: root/src/reportdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/reportdialog.cpp')
-rw-r--r--src/reportdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp
index cfdfe8b..7b0d815 100644
--- a/src/reportdialog.cpp
+++ b/src/reportdialog.cpp
@@ -49,8 +49,8 @@ namespace {
using Tellico::ReportDialog;
// default button is going to be used as a print button, so it's separated
-ReportDialog::ReportDialog(TQWidget* tqparent_, const char* name_/*=0*/)
- : KDialogBase(tqparent_, name_, false, i18n("Collection Report"), Close, Close),
+ReportDialog::ReportDialog(TQWidget* parent_, const char* name_/*=0*/)
+ : KDialogBase(parent_, name_, false, i18n("Collection Report"), Close, Close),
m_exporter(0) {
TQWidget* mainWidget = new TQWidget(this, "ReportDialog mainWidget");
setMainWidget(mainWidget);