diff options
Diffstat (limited to 'src/gui/widgets/SpinBox.cpp')
-rw-r--r-- | src/gui/widgets/SpinBox.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/SpinBox.cpp b/src/gui/widgets/SpinBox.cpp index 64bd300..ec77fda 100644 --- a/src/gui/widgets/SpinBox.cpp +++ b/src/gui/widgets/SpinBox.cpp @@ -34,11 +34,11 @@ namespace Rosegarden { -SpinBox::SpinBox(TQWidget *parent, const char *name): - TQSpinBox(parent, name), m_doubleValue(0) +SpinBox::SpinBox(TQWidget *tqparent, const char *name): + TQSpinBox(tqparent, name), m_doubleValue(0) {} -QString +TQString SpinBox::mapValueToText(int value) { TQString doubleStr; |