diff -r da3ec8478e66 -r 9347c563e054 creator/engine/inc/creator_notepadwrapper.h --- 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 +#include #include #include #include @@ -46,6 +47,7 @@ private: AgendaUtil *iAgendaUtil; NotesEditorInterface *iNotepadApi; //QT Notes api + QPluginLoader* iNotesEditorPluginLoader; // for loading QT Notes api }; #endif // __CREATORNOTEPADWRAPPER_H__