diff -r 06b8e2af4411 -r 6fbed849b4f4 qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h --- a/qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h Fri Jun 11 14:26:25 2010 +0300 +++ b/qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h Wed Jun 23 19:08:38 2010 +0300 @@ -136,7 +136,7 @@ QList slowSort(const QList& contactIds, const QList& sortOrders, QContactManager::Error* error) const; bool doSaveContact(QContact* contact, QContactChangeSet& changeSet, QContactManager::Error* error); - QContact fetchContactL(const QContactLocalId &localId, const QStringList& definitionRestrictions) const; + QContact fetchContactL(const QContactLocalId &localId, const QStringList& detailDefinitionsHint) const; /* Add contact */ bool addContact(QContact& contact, QContactChangeSet& changeSet, QContactManager::Error* qtError); @@ -148,7 +148,7 @@ /* Remove contact */ bool removeContact(const QContactLocalId &id, QContactChangeSet& changeSet, QContactManager::Error* qtError); - int removeContactL(QContactLocalId id); + void removeContactL(QContactLocalId id); void updateDisplayLabel(QContact& contact) const;