diff options
Diffstat (limited to 'noatun-plugins/alarm/wakeup.h')
-rw-r--r-- | noatun-plugins/alarm/wakeup.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/noatun-plugins/alarm/wakeup.h b/noatun-plugins/alarm/wakeup.h index e37ff4a..96628dc 100644 --- a/noatun-plugins/alarm/wakeup.h +++ b/noatun-plugins/alarm/wakeup.h @@ -32,6 +32,7 @@ class KPercentSpinBox; class Wakeup : public TQObject, public Plugin { Q_OBJECT + TQ_OBJECT NOATUNPLUGIND public: @@ -60,9 +61,10 @@ private: class WakeupPrefs : public CModule { Q_OBJECT + TQ_OBJECT public: - WakeupPrefs( TQObject *parent ); + WakeupPrefs( TQObject *tqparent ); virtual void save(); virtual void load(); public slots: |