diff options
Diffstat (limited to 'src/gui/widgets/SpinBox.cpp')
-rw-r--r-- | src/gui/widgets/SpinBox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/SpinBox.cpp b/src/gui/widgets/SpinBox.cpp index ec77fda..1222f13 100644 --- a/src/gui/widgets/SpinBox.cpp +++ b/src/gui/widgets/SpinBox.cpp @@ -34,8 +34,8 @@ namespace Rosegarden { -SpinBox::SpinBox(TQWidget *tqparent, const char *name): - TQSpinBox(tqparent, name), m_doubleValue(0) +SpinBox::SpinBox(TQWidget *parent, const char *name): + TQSpinBox(parent, name), m_doubleValue(0) {} TQString |