summaryrefslogtreecommitdiff
path: root/noncore/tools/clock/setAlarm.h
Side-by-side diff
Diffstat (limited to 'noncore/tools/clock/setAlarm.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/clock/setAlarm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/tools/clock/setAlarm.h b/noncore/tools/clock/setAlarm.h
index 7d63237..a21af05 100644
--- a/noncore/tools/clock/setAlarm.h
+++ b/noncore/tools/clock/setAlarm.h
@@ -28,3 +28,3 @@ class QSlider;
class QButtonGroup;
-
+class QCheckBox;
class Set_Alarm : public QDialog
@@ -45,3 +45,5 @@ public:
QButtonGroup *ButtonGroup1;
+ QCheckBox *useMp3Check;
protected slots:
+ void slotChangemp3CkeckBox(bool);
void slotChangeHour(int);