diff options
Diffstat (limited to 'libsowatch/notification.h')
-rw-r--r-- | libsowatch/notification.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libsowatch/notification.h b/libsowatch/notification.h index 7f463bf..80d7996 100644 --- a/libsowatch/notification.h +++ b/libsowatch/notification.h @@ -1,5 +1,5 @@ -#ifndef NOTIFICATION_H -#define NOTIFICATION_H +#ifndef SOWATCH_NOTIFICATION_H +#define SOWATCH_NOTIFICATION_H #include <QtCore/QString> #include <QtCore/QDateTime> @@ -13,10 +13,12 @@ class SOWATCH_EXPORT Notification public: enum Type { OtherNotification = 0, - EmailNotification, CallNotification, + EmailNotification, + MissedCallNotification, SmsNotification, ImNotification, + CalendarNotification, TypeCount }; @@ -37,4 +39,4 @@ protected: } -#endif // NOTIFICATION_H +#endif // SOWATCH_NOTIFICATION_H |