summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/SpinBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/SpinBox.h')
-rw-r--r--src/gui/widgets/SpinBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/SpinBox.h b/src/gui/widgets/SpinBox.h
index 25d99bb..0a9740b 100644
--- a/src/gui/widgets/SpinBox.h
+++ b/src/gui/widgets/SpinBox.h
@@ -48,7 +48,7 @@ class SpinBox : public TQSpinBox
Q_OBJECT
TQ_OBJECT
public:
- SpinBox(TQWidget *tqparent = 0, const char *name=0);
+ SpinBox(TQWidget *parent = 0, const char *name=0);
double getDoubleValue() const { return m_doubleValue; }