creator/engine/inc/creator_notepadwrapper.h
changeset 52 36d60d12b4af
parent 31 e7a04a6385be
--- a/creator/engine/inc/creator_notepadwrapper.h	Fri Sep 03 17:11:21 2010 +0300
+++ b/creator/engine/inc/creator_notepadwrapper.h	Fri Sep 17 14:22:55 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__