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 7712cdec7..930e8235b 100644 --- a/kalarm/lib/spinbox.h +++ b/kalarm/lib/spinbox.h @@ -41,7 +41,7 @@ */ class SpinBox : public TQSpinBox { - Q_OBJECT + TQ_OBJECT public: /** Constructor. |