diff options
Diffstat (limited to 'kalarm/lib/spinbox.h')
-rw-r--r-- | kalarm/lib/spinbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/lib/spinbox.h b/kalarm/lib/spinbox.h index 081087db0..7712cdec7 100644 --- a/kalarm/lib/spinbox.h +++ b/kalarm/lib/spinbox.h @@ -42,7 +42,7 @@ class SpinBox : public TQSpinBox { Q_OBJECT - TQ_OBJECT + public: /** Constructor. * @param parent The parent object of this widget. |