phonebookui/pbkcommonui/inc/cntaddressmodel.h
changeset 65 ae724a111993
parent 46 efe85016a067
--- a/phonebookui/pbkcommonui/inc/cntaddressmodel.h	Wed Aug 18 09:39:00 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntaddressmodel.h	Thu Sep 02 20:16:15 2010 +0300
@@ -22,7 +22,7 @@
 #include <hbdataformmodelitem.h>
 #include <qtcontacts.h>
 #include "cntglobal.h"
-#include <cntmaptileservice.h>
+#include <maptileservice.h>
 
 QTM_BEGIN_NAMESPACE
 class QContact;
@@ -52,7 +52,7 @@
     
 protected:
     bool mIsLocationPickerEnabled;
-    CntMapTileService* mMaptileInterface;
+    MapTileService* mMaptileInterface;
 	
     friend class T_AddressEditorTest;
     };