summaryrefslogtreecommitdiffstats
path: root/src/nfc/qndefnfctextrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qndefnfctextrecord.h')
-rw-r--r--src/nfc/qndefnfctextrecord.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc/qndefnfctextrecord.h b/src/nfc/qndefnfctextrecord.h
index dffafe22..30e0eeb4 100644
--- a/src/nfc/qndefnfctextrecord.h
+++ b/src/nfc/qndefnfctextrecord.h
@@ -45,7 +45,7 @@
#include <QtNfc/qnfcglobal.h>
#include <QtNfc/QNdefRecord>
-QT_BEGIN_NAMESPACE_NFC
+QT_BEGIN_NAMESPACE
class Q_NFC_EXPORT QNdefNfcTextRecord : public QNdefRecord
{
@@ -72,7 +72,7 @@ public:
void setEncoding(Encoding encoding);
};
-QT_END_NAMESPACE_NFC
+QT_END_NAMESPACE
Q_DECLARE_ISRECORDTYPE_FOR_NDEF_RECORD(QNdefNfcTextRecord, QNdefRecord::NfcRtd, "T")