calendarui/caleneditor/inc/caleneditorrepeatfield.h
changeset 75 7ac58b2aae6f
parent 57 bb2d3e476f29
--- 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<HbDateTimePicker> mDatePicker;
 	QDate mRepeatUntilDate;
 	AgendaRepeatRule::RuleType mRepeatRuleType;
 	int mRepeatRoleValue;