summaryrefslogtreecommitdiffstats
path: root/src/nfc/qdeclarativendefrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qdeclarativendefrecord.h')
-rw-r--r--src/nfc/qdeclarativendefrecord.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc/qdeclarativendefrecord.h b/src/nfc/qdeclarativendefrecord.h
index ae297ebe..ab7031f4 100644
--- a/src/nfc/qdeclarativendefrecord.h
+++ b/src/nfc/qdeclarativendefrecord.h
@@ -46,7 +46,7 @@
#include <QtCore/QMetaType>
#include <QtNfc/QNdefRecord>
-QT_BEGIN_NAMESPACE_NFC
+QT_BEGIN_NAMESPACE
class QDeclarativeNdefRecordPrivate;
@@ -93,6 +93,6 @@ bool qRegisterNdefRecordType(QNdefRecord::TypeNameFormat typeNameFormat, const Q
#define Q_DECLARE_NDEFRECORD(className, typeNameFormat, type) \
static bool _q_##className##_registered = qRegisterNdefRecordType<className>(typeNameFormat, type);
-QT_END_NAMESPACE_NFC
+QT_END_NAMESPACE
#endif // QDECLARATIVENDEFRECORD_P_H