Diffstat (limited to 'kalarmd/simplealarmdaemonimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kalarmd/simplealarmdaemonimpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kalarmd/simplealarmdaemonimpl.h b/kalarmd/simplealarmdaemonimpl.h index 1c16af8..32a3867 100644 --- a/kalarmd/simplealarmdaemonimpl.h +++ b/kalarmd/simplealarmdaemonimpl.h | |||
@@ -35,32 +35,33 @@ class SimpleAlarmDaemonImpl : public QLabel | |||
35 | { | 35 | { |
36 | Q_OBJECT | 36 | Q_OBJECT |
37 | public: | 37 | public: |
38 | SimpleAlarmDaemonImpl( QWidget *parent = 0 ); | 38 | SimpleAlarmDaemonImpl( QWidget *parent = 0 ); |
39 | 39 | ||
40 | ~SimpleAlarmDaemonImpl(); | 40 | ~SimpleAlarmDaemonImpl(); |
41 | 41 | ||
42 | protected slots: | 42 | protected slots: |
43 | void recieve( const QCString& msg, const QByteArray& data ); | 43 | void recieve( const QCString& msg, const QByteArray& data ); |
44 | void newTodo(); | 44 | void newTodo(); |
45 | void newEvent(); | 45 | void newEvent(); |
46 | void newCountdown(); | 46 | void newCountdown(); |
47 | void simulate(); | 47 | void simulate(); |
48 | void showKO(); | 48 | void showKO(); |
49 | void showWN(); | 49 | void showWN(); |
50 | void showAdd(); | 50 | void showAdd(); |
51 | void newMail(); | ||
51 | void ringSync(); | 52 | void ringSync(); |
52 | void showTodo(); | 53 | void showTodo(); |
53 | void writeFile(); | 54 | void writeFile(); |
54 | void writeJournal(); | 55 | void writeJournal(); |
55 | void slotPlayBeep( int ); | 56 | void slotPlayBeep( int ); |
56 | void showTimer( ); | 57 | void showTimer( ); |
57 | void confPause( int ); | 58 | void confPause( int ); |
58 | void confTimer( int ); | 59 | void confTimer( int ); |
59 | void saveSlot( int ); | 60 | void saveSlot( int ); |
60 | void confSuspend( int ); | 61 | void confSuspend( int ); |
61 | void confSound( int num ); | 62 | void confSound( int num ); |
62 | void startAlarm(QString mess, QString fn ); | 63 | void startAlarm(QString mess, QString fn ); |
63 | 64 | ||
64 | protected: | 65 | protected: |
65 | void mousePressEvent( QMouseEvent * ); | 66 | void mousePressEvent( QMouseEvent * ); |
66 | 67 | ||