summaryrefslogtreecommitdiff
path: root/noncore/tools/clock/clock.h
Side-by-side diff
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
{
Q_OBJECT
public:
AlarmDlg(QWidget *parent = 0, const char *name = 0, bool modal = TRUE,
const QString &txt = "Alarm");
void setText(const QString &txt);
private slots:
void checkSnooze(void);
- void changePrompt(int minutes);
};
class Clock : public ClockBase
{
Q_OBJECT
public:
Clock( QWidget *parent=0, const char *name=0, WFlags fl=0 );
~Clock();
QDateTime when;
bool bSound;
int hour, minute, snoozeTime;