summaryrefslogtreecommitdiff
path: root/libopie/pim/opimnotify.h
Side-by-side diff
Diffstat (limited to 'libopie/pim/opimnotify.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/pim/opimnotify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/pim/opimnotify.h b/libopie/pim/opimnotify.h
index 3501948..b0de000 100644
--- a/libopie/pim/opimnotify.h
+++ b/libopie/pim/opimnotify.h
@@ -74,3 +74,3 @@ class OPimAlarm : public OPimNotify {
public:
- enum Sound{Loud=0, Silent, Custom };
+ enum Sound{Loud=1, Silent=0, Custom=2 };
OPimAlarm( int sound = Silent, const QDateTime& start = QDateTime(), int duration = 0, int parent = 0 );