diff -r 2c54b51f39c4 -r bb2d3e476f29 calendarui/caleneditor/inc/caleneditorrepeatfield.h --- a/calendarui/caleneditor/inc/caleneditorrepeatfield.h Mon Jul 26 13:54:38 2010 +0530 +++ b/calendarui/caleneditor/inc/caleneditorrepeatfield.h Mon Aug 09 18:30:52 2010 +0530 @@ -57,6 +57,7 @@ private: void insertRepeatUntilItem(); + void removeRepeatUntilItem(); private slots: void handleRepeatIndexChanged(int index); @@ -90,6 +91,7 @@ HbDateTimePicker* mDatePicker; QDate mRepeatUntilDate; AgendaRepeatRule::RuleType mRepeatRuleType; + int mRepeatRoleValue; bool mIsBiWeekly; bool mIsWorkdays; bool mRepeatUntilItemAdded;