calendarui/caleneditor/inc/caleneditorreminderfield.h
changeset 57 bb2d3e476f29
parent 45 b6db4fd4947b
child 64 1881ad52dc45
--- a/calendarui/caleneditor/inc/caleneditorreminderfield.h	Mon Jul 26 13:54:38 2010 +0530
+++ b/calendarui/caleneditor/inc/caleneditorreminderfield.h	Mon Aug 09 18:30:52 2010 +0530
@@ -38,6 +38,14 @@
 	Q_OBJECT
 	
 public:
+	enum AllDayReminderIndex 
+		{
+		ReminderOff = 0,
+		ReminderOnEventDay,
+		ReminderOneDayBefore,
+		ReminderTwoDaysBefore
+		};
+public:
 	CalenEditorReminderField(CalenEditorPrivate* calenEditor,
 	                         HbDataForm* form, HbDataFormModel* model,
 	                         QObject *parent = NULL);