summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactmanagerengine.h
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@nokia.com>2011-10-17 11:13:07 +0300
committerQt by Nokia <qt-info@nokia.com>2011-10-19 09:02:39 +0200
commit9825975ced4228b3d27e41e4713688e115e1a5d5 (patch)
tree2bb5239081386a60d2328e840bde5fd867823941 /src/contacts/qcontactmanagerengine.h
parent673ca792f514ab2589761fa23514a1dc3de9bf32 (diff)
Finalize namespace.
Change-Id: I2b54571b2befa8120049422aa8034e8ba1e98ea8 Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
Diffstat (limited to 'src/contacts/qcontactmanagerengine.h')
-rw-r--r--src/contacts/qcontactmanagerengine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/contacts/qcontactmanagerengine.h b/src/contacts/qcontactmanagerengine.h
index 4e29b05de..855948aeb 100644
--- a/src/contacts/qcontactmanagerengine.h
+++ b/src/contacts/qcontactmanagerengine.h
@@ -58,7 +58,7 @@
#include "qcontactrequests.h"
#include "qcontactfetchhint.h"
-QTPIM_BEGIN_NAMESPACE
+QTCONTACTS_BEGIN_NAMESPACE
class QContactFilter;
class QContactSortOrder;
@@ -205,8 +205,8 @@ public:
static void updateContactFetchByIdRequest(QContactFetchByIdRequest* req, const QList<QContact>& result, QContactManager::Error error, const QMap<int, QContactManager::Error>& errorMap, QContactAbstractRequest::State);
};
-QTPIM_END_NAMESPACE
+QTCONTACTS_END_NAMESPACE
-Q_DECLARE_INTERFACE(QtAddOn::Pim::QContactManagerEngineV2, "com.nokia.qt.pim.contacts.engine/2.0")
+Q_DECLARE_INTERFACE(QtContacts::QContactManagerEngineV2, "com.nokia.qt.contacts.engine/2.0")
#endif