phonebookui/pbkcommonui/inc/cntaddressmodel.h
changeset 61 d30183af6ca6
parent 46 efe85016a067
equal deleted inserted replaced
56:d508aa856878 61:d30183af6ca6
    20 
    20 
    21 #include "cntdetaileditormodel.h"
    21 #include "cntdetaileditormodel.h"
    22 #include <hbdataformmodelitem.h>
    22 #include <hbdataformmodelitem.h>
    23 #include <qtcontacts.h>
    23 #include <qtcontacts.h>
    24 #include "cntglobal.h"
    24 #include "cntglobal.h"
    25 #include <cntmaptileservice.h>
    25 #include <maptileservice.h>
    26 
    26 
    27 QTM_BEGIN_NAMESPACE
    27 QTM_BEGIN_NAMESPACE
    28 class QContact;
    28 class QContact;
    29 class QContactAddress;
    29 class QContactAddress;
    30 QTM_END_NAMESPACE
    30 QTM_END_NAMESPACE
    50     QContactAddress *mAddressHome;
    50     QContactAddress *mAddressHome;
    51     QContactAddress *mAddressWork;
    51     QContactAddress *mAddressWork;
    52     
    52     
    53 protected:
    53 protected:
    54     bool mIsLocationPickerEnabled;
    54     bool mIsLocationPickerEnabled;
    55     CntMapTileService* mMaptileInterface;
    55     MapTileService* mMaptileInterface;
    56 	
    56 	
    57     friend class T_AddressEditorTest;
    57     friend class T_AddressEditorTest;
    58     };
    58     };
    59 #endif /* CNTDETAILADDRESSEDITORMODEL_H_ */
    59 #endif /* CNTDETAILADDRESSEDITORMODEL_H_ */