summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactmanager_p.cpp
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/qcontactmanager_p.cpp
parent673ca792f514ab2589761fa23514a1dc3de9bf32 (diff)
Finalize namespace.
Change-Id: I2b54571b2befa8120049422aa8034e8ba1e98ea8 Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
Diffstat (limited to 'src/contacts/qcontactmanager_p.cpp')
-rw-r--r--src/contacts/qcontactmanager_p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contacts/qcontactmanager_p.cpp b/src/contacts/qcontactmanager_p.cpp
index 5694a7cb8..950d4f3d4 100644
--- a/src/contacts/qcontactmanager_p.cpp
+++ b/src/contacts/qcontactmanager_p.cpp
@@ -70,7 +70,7 @@
#include "qcontactinvalidbackend_p.h"
#include "qcontactspluginsearch_p.h"
-QTPIM_BEGIN_NAMESPACE
+QTCONTACTS_BEGIN_NAMESPACE
/* Shared QContactManager stuff here, default engine stuff below */
QHash<QString, QContactManagerEngineFactory*> QContactManagerData::m_engines;
@@ -398,5 +398,5 @@ QContactManagerEngineV2* QContactManagerData::engine(const QContactManager* mana
return 0;
}
-QTPIM_END_NAMESPACE
+QTCONTACTS_END_NAMESPACE