diff -r c198609911f9 -r fd30d51f876b notes/notesui/notesviewmanager/inc/notesviewmanager.h --- a/notes/notesui/notesviewmanager/inc/notesviewmanager.h Fri Apr 16 14:57:40 2010 +0300 +++ b/notes/notesui/notesviewmanager/inc/notesviewmanager.h Mon May 03 12:30:32 2010 +0300 @@ -49,15 +49,20 @@ NotesNamespace::NotesViewIds viewId); private: - void loadViews(); void loadNotesMainView(); void loadNotesCollectionView(); void loadTodoView(); void loadFavoritesView(); void loadNoteView(); + bool showDeleteConfirmationQuery(ulong entryId); + +private slots: + void loadOtherViews(); + void deleteEntryFromView(ulong entryId); private: NotesAppControllerIf &mAppControllerIf; + AgendaUtil *mAgendaUtil; NotesMainView *mMainView; NotesCollectionView *mCollectionView;