calendarui/controller/inc/calendeleteui.h
changeset 50 579cc610882e
parent 26 a949c2543c15
child 58 ef813d54df51
--- 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;