--- a/calendarui/controller/inc/calendeleteui.h Wed Jun 23 18:11:28 2010 +0300
+++ b/calendarui/controller/inc/calendeleteui.h Tue Jul 06 14:14:56 2010 +0300
@@ -181,11 +181,6 @@
void showDeleteQuery(const TDeleteConfirmationType type,
const int count = 0);
- /**
- * Deletes the entries before the selected date
- */
- void getSelectedDateAndDelete();
-
private: // own methods
/**
* C++ constructor
@@ -239,6 +234,8 @@
QDateTime iStartTime;
QDateTime iEndTime;
HbDateTimePicker *mDatePicker;
+ HbAction *mDeleteAction;
+ HbAction *mCancelAction;
// Confirmation note id is stored here. Note is shown when asynchronous
// delete completes.
int iConfirmationNoteId;