summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactfilter_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/qcontactfilter_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/qcontactfilter_p.h')
-rw-r--r--src/contacts/qcontactfilter_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contacts/qcontactfilter_p.h b/src/contacts/qcontactfilter_p.h
index 15c29ca74..ffaf55d48 100644
--- a/src/contacts/qcontactfilter_p.h
+++ b/src/contacts/qcontactfilter_p.h
@@ -78,7 +78,7 @@
d_ptr = new Class##Private; \
}
-QTCONTACTS_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_CONTACTS
class QContactFilterPrivate : public QSharedData
{
public:
@@ -103,7 +103,7 @@ public:
/* Helper functions for C++ protection rules */
static const QSharedDataPointer<QContactFilterPrivate>& extract_d(const QContactFilter& other) {return other.d_ptr;}
};
-QTCONTACTS_END_NAMESPACE
+QT_END_NAMESPACE_CONTACTS
QT_BEGIN_NAMESPACE
#if defined(Q_CC_MWERKS)