diff -r 4b686cfad39d -r e6894b852bc6 notes/notesui/notesviews/inc/notesfavoriteview.h --- a/notes/notesui/notesviews/inc/notesfavoriteview.h Tue Jun 15 15:22:54 2010 +0100 +++ b/notes/notesui/notesviews/inc/notesfavoriteview.h Thu Jul 22 16:32:51 2010 +0100 @@ -32,6 +32,7 @@ class HbListView; class HbAction; class HbAbstractViewItem; +class HbLabel; class NotesModel; class NotesDocLoader; class AgendaUtil; @@ -49,6 +50,7 @@ public: NOTESVIEWS_EXPORT void setupView( NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader); + NOTESVIEWS_EXPORT void updateFavoriteView(); signals: void deleteEntry(ulong entryId); @@ -69,7 +71,8 @@ void openNote(); void selectedMenuAction(HbAction *action); void handleMenuClosed(); - + void updateView(ulong id=0); + private: HbListView *mListView; HbAbstractViewItem *mSelectedItem; @@ -81,7 +84,9 @@ HbAction *mRemoveFavoriteAction; HbAction *mMarkTodoAction; HbAction *mOpenAction; - + + HbLabel *mEmptyListLabel; + AgendaUtil *mAgendaUtil; NotesAppControllerIf *mAppControllerIf;