author | zautrix <zautrix> | 2005-10-08 23:49:13 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-10-08 23:49:13 (UTC) |
commit | c0b255e16d45fed73185fac431169284cc1431e8 (patch) (unidiff) | |
tree | 365e84041692e131a5c5518acdd6d786af3dc09c /kalarmd/simplealarmdaemonimpl.h | |
parent | 4fb9beb1ec26f37a18f98af9d3b6b59acf8c56d2 (diff) | |
download | kdepimpi-c0b255e16d45fed73185fac431169284cc1431e8.zip kdepimpi-c0b255e16d45fed73185fac431169284cc1431e8.tar.gz kdepimpi-c0b255e16d45fed73185fac431169284cc1431e8.tar.bz2 |
added mess for timer start
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 cbdba47..9b7de94 100644 --- a/kalarmd/simplealarmdaemonimpl.h +++ b/kalarmd/simplealarmdaemonimpl.h | |||
@@ -59,24 +59,25 @@ class SimpleAlarmDaemonImpl : public QLabel | |||
59 | void confPause( int ); | 59 | void confPause( int ); |
60 | void confTimer( int ); | 60 | void confTimer( int ); |
61 | void saveSlot( int ); | 61 | void saveSlot( int ); |
62 | void confSuspend( int ); | 62 | void confSuspend( int ); |
63 | void confSound( int num ); | 63 | void confSound( int num ); |
64 | void startAlarm(QString mess, QString fn ); | 64 | void startAlarm(QString mess, QString fn ); |
65 | 65 | ||
66 | protected: | 66 | protected: |
67 | void mousePressEvent( QMouseEvent * ); | 67 | void mousePressEvent( QMouseEvent * ); |
68 | 68 | ||
69 | private: | 69 | private: |
70 | AlarmDialog *mAlarmDialog; | 70 | AlarmDialog *mAlarmDialog; |
71 | QLabel * mTimerStartLabel; | ||
71 | int mPlayBeeps; | 72 | int mPlayBeeps; |
72 | int mPausePlay; | 73 | int mPausePlay; |
73 | int mSuspend; | 74 | int mSuspend; |
74 | QString mAlarmMessage; | 75 | QString mAlarmMessage; |
75 | int mTimerTime; | 76 | int mTimerTime; |
76 | int getFileNameLen( QString ); | 77 | int getFileNameLen( QString ); |
77 | QPopupMenu* mPopUp, *mBeepPopUp, *mTimerPopUp, *mSoundPopUp,*mPausePopUp,*mSuspendPopUp; | 78 | QPopupMenu* mPopUp, *mBeepPopUp, *mTimerPopUp, *mSoundPopUp,*mPausePopUp,*mSuspendPopUp; |
78 | QDateTime mRunningTimer; | 79 | QDateTime mRunningTimer; |
79 | void fillTimerPopUp(); | 80 | void fillTimerPopUp(); |
80 | QString timerMesssage; | 81 | QString timerMesssage; |
81 | QString mCustomText; | 82 | QString mCustomText; |
82 | QString mRunningTimerText; | 83 | QString mRunningTimerText; |