diff -r b0711afde476 -r fa7c359294fa calendarui/caleneditor/inc/caleneditorrepeatfield.h --- a/calendarui/caleneditor/inc/caleneditorrepeatfield.h Fri Sep 17 08:29:05 2010 +0300 +++ b/calendarui/caleneditor/inc/caleneditorrepeatfield.h Mon Oct 04 00:15:49 2010 +0300 @@ -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;