summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/clock/clock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/clock/clock.cpp b/noncore/tools/clock/clock.cpp
index ad422a6..e681650 100644
--- a/noncore/tools/clock/clock.cpp
+++ b/noncore/tools/clock/clock.cpp
@@ -98,13 +98,13 @@ public:
98// 98//
99AlarmDlg::AlarmDlg(QWidget *parent, const char *name, bool modal, 99AlarmDlg::AlarmDlg(QWidget *parent, const char *name, bool modal,
100 const QString &txt) : 100 const QString &txt) :
101 AlarmDlgBase(parent, name, modal) 101 AlarmDlgBase(parent, name, modal)
102{ 102{
103 setCaption( tr("Clock") ); 103 setCaption( tr("Clock") );
104 pixmap->setPixmap( Resource::loadPixmap("alarmbell") ); 104 pixmap->setPixmap( Resource::loadPixmap("clock/alarmbell") );
105 alarmDlgLabel->setText(txt); 105 alarmDlgLabel->setText(txt);
106 106
107 connect(snoozeTime, SIGNAL(valueChanged(int)), this, 107 connect(snoozeTime, SIGNAL(valueChanged(int)), this,
108 SLOT(changePrompt(int))); 108 SLOT(changePrompt(int)));
109 connect(cmdOk, SIGNAL(clicked()), this, SLOT(checkSnooze())); 109 connect(cmdOk, SIGNAL(clicked()), this, SLOT(checkSnooze()));
110} 110}