diff options
Diffstat (limited to 'ksysv/SpinBox.h')
-rw-r--r-- | ksysv/SpinBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/SpinBox.h b/ksysv/SpinBox.h index ce679bb..cdd0382 100644 --- a/ksysv/SpinBox.h +++ b/ksysv/SpinBox.h @@ -13,7 +13,7 @@ class KSVSpinBox : public TQSpinBox, public KCompletionBase TQ_OBJECT public: - KSVSpinBox (TQWidget* tqparent, const char* name = 0L); + KSVSpinBox (TQWidget* parent, const char* name = 0L); virtual ~KSVSpinBox (); virtual bool eventFilter (TQObject*, TQEvent*); |