summaryrefslogtreecommitdiffstats
path: root/src/gui/datewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/datewidget.cpp')
-rw-r--r--src/gui/datewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/datewidget.cpp b/src/gui/datewidget.cpp
index 7a2d99b..a8cc726 100644
--- a/src/gui/datewidget.cpp
+++ b/src/gui/datewidget.cpp
@@ -32,7 +32,7 @@
using Tellico::GUI::SpinBox;
using Tellico::GUI::DateWidget;
-SpinBox::SpinBox(int min, int max, TQWidget *tqparent) : TQSpinBox(min, max, 1, tqparent)
+SpinBox::SpinBox(int min, int max, TQWidget *parent) : TQSpinBox(min, max, 1, parent)
{
editor()->tqsetAlignment(AlignRight);
// I want to be able to omit the day