summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactfilter_p.h
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2009-12-15 16:13:27 +1000
committerAlex <qt-info@nokia.com>2009-12-15 16:29:02 +1000
commitfa9023abf2f3b36e0c143f99ffef219dfa475f95 (patch)
treecf59b836d7dfc370388170a22dbdbbef55a8da61 /src/contacts/qcontactfilter_p.h
parentaca9160fe295382064d6ecbe9897512e4abf09b5 (diff)
fix Mobility when compiled with namespace (MOBILITY-404)
Diffstat (limited to 'src/contacts/qcontactfilter_p.h')
-rw-r--r--src/contacts/qcontactfilter_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/contacts/qcontactfilter_p.h b/src/contacts/qcontactfilter_p.h
index 6a65f3aaa7..58e14ff89b 100644
--- a/src/contacts/qcontactfilter_p.h
+++ b/src/contacts/qcontactfilter_p.h
@@ -95,6 +95,7 @@ public:
};
QTM_END_NAMESPACE
+QT_BEGIN_NAMESPACE
#if defined(Q_CC_MWERKS)
// This results in multiple symbol definition errors on all other compilers
// but not having a definition here results in an attempt to use the unspecialized
@@ -106,6 +107,7 @@ template<> QTM_PREPEND_NAMESPACE(QContactFilterPrivate) *QSharedDataPointer<QTM_
#else
template<> QTM_PREPEND_NAMESPACE(QContactFilterPrivate) *QSharedDataPointer<QTM_PREPEND_NAMESPACE(QContactFilterPrivate)>::clone();
#endif
+QT_END_NAMESPACE
#endif