notes/notesui/notesviews/inc/notestodoview.h
branchGCC_SURGE
changeset 54 e6894b852bc6
parent 50 579cc610882e
--- 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;