summaryrefslogtreecommitdiffstats
path: root/src/nfc/qndefrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qndefrecord.h')
-rw-r--r--src/nfc/qndefrecord.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nfc/qndefrecord.h b/src/nfc/qndefrecord.h
index 6717427f..cdc84507 100644
--- a/src/nfc/qndefrecord.h
+++ b/src/nfc/qndefrecord.h
@@ -46,7 +46,7 @@
#include <QtCore/QByteArray>
#include <QtNfc/qnfcglobal.h>
-QTNFC_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_NFC
class QNdefRecordPrivate;
@@ -105,15 +105,15 @@ private:
className(const QNdefRecord &other) : QNdefRecord(other, typeNameFormat, type) { }
#define Q_DECLARE_ISRECORDTYPE_FOR_NDEF_RECORD(className, typeNameFormat_, type_) \
- QTNFC_BEGIN_NAMESPACE \
+ QT_BEGIN_NAMESPACE_NFC \
template<> inline bool QNdefRecord::isRecordType<className>() const\
{ \
return (typeNameFormat() == typeNameFormat_ && type() == type_); \
} \
- QTNFC_END_NAMESPACE
+ QT_END_NAMESPACE_NFC
uint qHash(const QNdefRecord &key);
-QTNFC_END_NAMESPACE
+QT_END_NAMESPACE_NFC
#endif // QNDEFRECORD_H