diff -r 27feeedec790 -r 7ac58b2aae6f calendarui/caleneditor/inc/caleneditorrepeatfield.h --- a/calendarui/caleneditor/inc/caleneditorrepeatfield.h Mon Sep 06 15:58:44 2010 +0530 +++ b/calendarui/caleneditor/inc/caleneditorrepeatfield.h Mon Sep 20 12:44:39 2010 +0530 @@ -53,7 +53,8 @@ void updateRepeatChoices(); void saveRepeatRule(); bool isRepeatUntilItemAdded(); - QDate repeatUntilDate(); + QDate repeatUntilDate(); + void refreshRepeatUntilDate(); private: void insertRepeatUntilItem(); @@ -88,7 +89,7 @@ HbDataFormModelItem* mRepeatItem; HbComboBox *mRepeatComboBox; HbDataFormModelItem *mCustomRepeatUntilItem; - HbDateTimePicker* mDatePicker; + QPointer mDatePicker; QDate mRepeatUntilDate; AgendaRepeatRule::RuleType mRepeatRuleType; int mRepeatRoleValue;