diff -r d8e625c87f33 -r e7a04a6385be creator/engine/inc/creator_note.h --- a/creator/engine/inc/creator_note.h Thu Jun 17 15:34:52 2010 +0300 +++ b/creator/engine/inc/creator_note.h Thu Jun 24 14:55:55 2010 +0300 @@ -16,27 +16,20 @@ */ - - - #ifndef __CREATORNOTEPAD_H__ #define __CREATORNOTEPAD_H__ #include "engine.h" #include "creator_modulebase.h" - +#include "creator_notepadwrapper.h" #include -//#include -#include -#include -#include - static const TInt KNotepadFieldLength = 1024; class CCreatorEngine; class CNotepadParameters; +class CCreatorNotepadWrapper; class CCreatorNotepad : public CCreatorModuleBase @@ -58,9 +51,7 @@ void DeleteAllCreatedByCreatorL(); private: - AgendaUtil *iAgendaUtil; - NotesEditorInterface *iNotepadApi; //QT Notes api - //CNotepadApi *iNotepadApi; + CCreatorNotepadWrapper* iNotepadWrapper; CNotepadParameters* iParameters; RFs& iFs;