summaryrefslogtreecommitdiff
path: root/noncore/tools/clock/clock.h
Unidiff
Diffstat (limited to 'noncore/tools/clock/clock.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/clock/clock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/tools/clock/clock.h b/noncore/tools/clock/clock.h
index c063a9b..10bbfef 100644
--- a/noncore/tools/clock/clock.h
+++ b/noncore/tools/clock/clock.h
@@ -35,25 +35,24 @@ class AlarmDlg: public AlarmDlgBase
35{ 35{
36 Q_OBJECT 36 Q_OBJECT
37 37
38public: 38public:
39 AlarmDlg(QWidget *parent = 0, const char *name = 0, bool modal = TRUE, 39 AlarmDlg(QWidget *parent = 0, const char *name = 0, bool modal = TRUE,
40 const QString &txt = "Alarm"); 40 const QString &txt = "Alarm");
41 41
42 void setText(const QString &txt); 42 void setText(const QString &txt);
43 43
44 44
45private slots: 45private slots:
46 void checkSnooze(void); 46 void checkSnooze(void);
47 void changePrompt(int minutes);
48}; 47};
49 48
50class Clock : public ClockBase 49class Clock : public ClockBase
51{ 50{
52 Q_OBJECT 51 Q_OBJECT
53 52
54public: 53public:
55 Clock( QWidget *parent=0, const char *name=0, WFlags fl=0 ); 54 Clock( QWidget *parent=0, const char *name=0, WFlags fl=0 );
56 ~Clock(); 55 ~Clock();
57 QDateTime when; 56 QDateTime when;
58 bool bSound; 57 bool bSound;
59 int hour, minute, snoozeTime; 58 int hour, minute, snoozeTime;