notes/notesui/notesviews/inc/notestodoview.h
changeset 50 579cc610882e
parent 26 a949c2543c15
--- a/notes/notesui/notesviews/inc/notestodoview.h	Wed Jun 23 18:11:28 2010 +0300
+++ b/notes/notesui/notesviews/inc/notestodoview.h	Tue Jul 06 14:14:56 2010 +0300
@@ -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;