diff -r 4b686cfad39d -r e6894b852bc6 notes/notesui/notesviews/inc/notestodoview.h --- a/notes/notesui/notesviews/inc/notestodoview.h Tue Jun 15 15:22:54 2010 +0100 +++ b/notes/notesui/notesviews/inc/notestodoview.h Thu Jul 22 16:32:51 2010 +0100 @@ -32,6 +32,7 @@ class HbAction; class HbAbstractViewItem; class HbGroupBox; +class HbLabel; class NotesModel; class NotesDocLoader; class AgendaUtil; @@ -88,7 +89,8 @@ HbAction *mOpenAction; HbGroupBox *mSubTitle; - + HbLabel *mEmptyListLabel; + AgendaUtil *mAgendaUtil; NotesAppControllerIf *mAppControllerIf;