--- a/calendarui/agendaeventviewer/inc/agendaeventview.h Mon May 03 12:30:32 2010 +0300
+++ b/calendarui/agendaeventviewer/inc/agendaeventview.h Fri May 14 15:51:09 2010 +0300
@@ -71,7 +71,8 @@
void removeAllWidgets();
void addAllWidgets();
void showDeleteOccurencePopup();
- int showDeleteConfirmationQuery();
+ void showDeleteConfirmationQuery();
+ void getSubjectIcon(AgendaEntry::Type type, QString &subjectIcon);
private slots:
void markTodoStatus();
@@ -84,7 +85,7 @@
void handleNoteEditorClosed(bool status);
void handleCalendarEditorClosed();
void handleDeleteOccurence(int index);
-
+ void handleDeleteAction();
private:
HbView *mViewer;