creator/engine/inc/creator_note.h
changeset 35 98924d2efce9
parent 34 e0ec97ec3cc4
--- 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 <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;