diff options
Diffstat (limited to 'noatun-plugins/alarm/kpercentspinbox.h')
-rw-r--r-- | noatun-plugins/alarm/kpercentspinbox.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/noatun-plugins/alarm/kpercentspinbox.h b/noatun-plugins/alarm/kpercentspinbox.h index 7f1a3a2..3bfe2e7 100644 --- a/noatun-plugins/alarm/kpercentspinbox.h +++ b/noatun-plugins/alarm/kpercentspinbox.h @@ -1,5 +1,5 @@ /*************************************************************************** - kpercentspinbox.h - QSpinbox with % + kpercentspinbox.h - TQSpinbox with % ------------------- begin : Sun Apr 15 CEST 2001 copyright: (C) 2001 by Mickael Marchand <mikmak@freenux.org> @@ -19,9 +19,10 @@ #include <tqspinbox.h> -class KPercentSpinBox : public QSpinBox +class KPercentSpinBox : public TQSpinBox { Q_OBJECT + TQ_OBJECT public: KPercentSpinBox (int _step=1, TQWidget *_parent=0, const char *name=0); |