diff -r e0ec97ec3cc4 -r 98924d2efce9 creator/engine/inc/creator_note.h --- a/creator/engine/inc/creator_note.h Wed Jun 23 18:13:31 2010 +0300 +++ b/creator/engine/inc/creator_note.h Tue Jul 06 14:17:03 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;