summaryrefslogtreecommitdiffstats
path: root/src/imports/contacts/details/qdeclarativecontacthobby_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/imports/contacts/details/qdeclarativecontacthobby_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/imports/contacts/details/qdeclarativecontacthobby_p.h')
-rw-r--r--src/imports/contacts/details/qdeclarativecontacthobby_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/contacts/details/qdeclarativecontacthobby_p.h b/src/imports/contacts/details/qdeclarativecontacthobby_p.h
index 8805b698a..c8376f05e 100644
--- a/src/imports/contacts/details/qdeclarativecontacthobby_p.h
+++ b/src/imports/contacts/details/qdeclarativecontacthobby_p.h
@@ -46,7 +46,7 @@
#include "qdeclarativecontactdetail_p.h"
#include "qcontacthobby.h"
-QTCONTACTS_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_CONTACTS
class QDeclarativeContactHobby : public QDeclarativeContactDetail
{
@@ -82,7 +82,7 @@ signals:
void valueChanged();
};
-QTCONTACTS_END_NAMESPACE
+QT_END_NAMESPACE_CONTACTS
QML_DECLARE_TYPE(QTCONTACTS_PREPEND_NAMESPACE(QDeclarativeContactHobby))