summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/alarm/wakeup.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/alarm/wakeup.h')
-rw-r--r--noatun-plugins/alarm/wakeup.h54
1 files changed, 27 insertions, 27 deletions
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 <noatun/pref.h>
#include <noatun/plugin.h>
-#include <qradiobutton.h>
-#include <qbuttongroup.h>
-#include <qpushbutton.h>
+#include <tqradiobutton.h>
+#include <tqbuttongroup.h>
+#include <tqpushbutton.h>
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