summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc/qdeclarativendeftextrecord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/nfc/qdeclarativendeftextrecord.cpp')
-rw-r--r--src/imports/nfc/qdeclarativendeftextrecord.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/nfc/qdeclarativendeftextrecord.cpp b/src/imports/nfc/qdeclarativendeftextrecord.cpp
index ad3cda6a..d487c351 100644
--- a/src/imports/nfc/qdeclarativendeftextrecord.cpp
+++ b/src/imports/nfc/qdeclarativendeftextrecord.cpp
@@ -108,12 +108,12 @@
Q_DECLARE_NDEFRECORD(QDeclarativeNdefTextRecord, QNdefRecord::NfcRtd, "T")
QDeclarativeNdefTextRecord::QDeclarativeNdefTextRecord(QObject *parent)
-: QDeclarativeNdefRecord(QNdefNfcTextRecord(), parent)
+: QQmlNdefRecord(QNdefNfcTextRecord(), parent)
{
}
QDeclarativeNdefTextRecord::QDeclarativeNdefTextRecord(const QNdefRecord &record, QObject *parent)
-: QDeclarativeNdefRecord(QNdefNfcTextRecord(record), parent)
+: QQmlNdefRecord(QNdefNfcTextRecord(record), parent)
{
}