creator/engine/inc/creator_note.h
changeset 31 e7a04a6385be
parent 30 d8e625c87f33
--- 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 <e32base.h>
-//#include <npdapi.h>
-#include <noteseditorinterface.h>
-#include <AgendaUtil>
-#include <AgendaEntry>
-
 
 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;