creator/engine/inc/creator_notepadwrapper.h
changeset 54 9347c563e054
parent 35 98924d2efce9
--- a/creator/engine/inc/creator_notepadwrapper.h	Fri Sep 17 08:29:47 2010 +0300
+++ b/creator/engine/inc/creator_notepadwrapper.h	Mon Oct 04 00:18:03 2010 +0300
@@ -23,6 +23,7 @@
 
 
 #include <e32base.h>
+#include <QPluginLoader>
 #include <NotesEditorInterface>
 #include <AgendaUtil>
 #include <AgendaEntry>
@@ -46,6 +47,7 @@
 	private:
 		AgendaUtil *iAgendaUtil;
 		NotesEditorInterface *iNotepadApi;	//QT Notes api
+		QPluginLoader* iNotesEditorPluginLoader; // for loading QT Notes api
 	};
 
 #endif // __CREATORNOTEPADWRAPPER_H__