From 7346aee26bf190a7e70333c40fab4caca847cd27 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:22:56 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun-plugins/alarm/wakeup.h | 54 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'noatun-plugins/alarm/wakeup.h') diff --git a/noatun-plugins/alarm/wakeup.h b/noatun-plugins/alarm/wakeup.h index e2992a8..65dc644 100644 --- a/noatun-plugins/alarm/wakeup.h +++ b/noatun-plugins/alarm/wakeup.h @@ -20,16 +20,16 @@ #include #include -#include -#include -#include +#include +#include +#include class QSpinBox; class QCheckBox; class KMinuteSpinBox; class KPercentSpinBox; -class Wakeup : public QObject, public Plugin +class Wakeup : public TQObject, public Plugin { Q_OBJECT NOATUNPLUGIND @@ -46,12 +46,12 @@ public slots: void slotCheckTime(); private: - QStringList *day_list; -// QString songlist; + TQStringList *day_list; +// TQString songlist; int hour[7]; int minute[7]; bool days[7]; - QTimer *volTimer; + TQTimer *volTimer; int volEndVal; int modeAlarm; }; @@ -62,7 +62,7 @@ class WakeupPrefs : public CModule Q_OBJECT public: - WakeupPrefs( QObject *parent ); + WakeupPrefs( TQObject *parent ); virtual void save(); virtual void load(); public slots: @@ -70,13 +70,13 @@ public slots: void slotApplyAll(); private: - QCheckBox *monday; - QCheckBox *tuesday; - QCheckBox *wednesday; - QCheckBox *thursday; - QCheckBox *friday; - QCheckBox *saturday; - QCheckBox *sunday; + TQCheckBox *monday; + TQCheckBox *tuesday; + TQCheckBox *wednesday; + TQCheckBox *thursday; + TQCheckBox *friday; + TQCheckBox *saturday; + TQCheckBox *sunday; KMinuteSpinBox *minute1; KMinuteSpinBox *minute2; KMinuteSpinBox *minute3; @@ -84,20 +84,20 @@ private: KMinuteSpinBox *minute5; KMinuteSpinBox *minute6; KMinuteSpinBox *minute7; - QSpinBox *hour1; - QSpinBox *hour2; - QSpinBox *hour3; - QSpinBox *hour4; - QSpinBox *hour5; - QSpinBox *hour6; - QSpinBox *hour7; + TQSpinBox *hour1; + TQSpinBox *hour2; + TQSpinBox *hour3; + TQSpinBox *hour4; + TQSpinBox *hour5; + TQSpinBox *hour6; + TQSpinBox *hour7; KPercentSpinBox *volEndValue; - QRadioButton *alarmmode; - QRadioButton *morningmode; - QRadioButton *nightmode; - QFrame *volFrame; - QPushButton *applyall; + TQRadioButton *alarmmode; + TQRadioButton *morningmode; + TQRadioButton *nightmode; + TQFrame *volFrame; + TQPushButton *applyall; }; #endif // WAKEUP_H -- cgit v1.2.1