summaryrefslogtreecommitdiffstats
path: root/src/contacts/filters/qcontactrelationshipfilter_p.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-03-13 11:55:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-26 15:41:07 +0100
commitc12bf367554bed3e937d65234c1e4d59df66dd69 (patch)
treed49c4ef70e932e056bfd8bfe24b6d30c54ffc155 /src/contacts/filters/qcontactrelationshipfilter_p.h
parenteff4e1fcb984f66975d6d7eb92c8814bb834bd3a (diff)
Adjust QT*_{BEGIN,END}_NAMESPACE macro
Changed to QT_{BEGIN,END}_NAMESPACE_* to match syncqt and tst_header's checks. Change-Id: If41721bf6be1294c9e0068af74917afc246603e9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/contacts/filters/qcontactrelationshipfilter_p.h')
-rw-r--r--src/contacts/filters/qcontactrelationshipfilter_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contacts/filters/qcontactrelationshipfilter_p.h b/src/contacts/filters/qcontactrelationshipfilter_p.h
index f26f9ac9a..c0c3ad2d2 100644
--- a/src/contacts/filters/qcontactrelationshipfilter_p.h
+++ b/src/contacts/filters/qcontactrelationshipfilter_p.h
@@ -64,7 +64,7 @@
#include <QStringList>
#include <QList>
-QTCONTACTS_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_CONTACTS
class QContactRelationshipFilterPrivate : public QContactFilterPrivate
{
@@ -132,6 +132,6 @@ public:
QContactRelationship::Role m_relatedContactRole;
};
-QTCONTACTS_END_NAMESPACE
+QT_END_NAMESPACE_CONTACTS
#endif