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 cdd0382..b153e72 100644 --- a/ksysv/SpinBox.h +++ b/ksysv/SpinBox.h @@ -10,7 +10,7 @@ class KSVSpinBox : public TQSpinBox, public KCompletionBase { Q_OBJECT - TQ_OBJECT + public: KSVSpinBox (TQWidget* parent, const char* name = 0L); |