summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtagmifare_symbian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnearfieldtagmifare_symbian.cpp')
-rw-r--r--src/nfc/qnearfieldtagmifare_symbian.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qnearfieldtagmifare_symbian.cpp b/src/nfc/qnearfieldtagmifare_symbian.cpp
index 14f13205..237bde1f 100644
--- a/src/nfc/qnearfieldtagmifare_symbian.cpp
+++ b/src/nfc/qnearfieldtagmifare_symbian.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the Qt Mobility Components.
+** This file is part of the QtNfc module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -43,6 +43,8 @@
#include <QVariant>
#include "qnearfieldtagmifare_symbian_p.h"
+QTNFC_BEGIN_NAMESPACE
+
QNearFieldTagMifareSymbian::QNearFieldTagMifareSymbian(CNearFieldNdefTarget *tag, QObject *parent)
: QNearFieldTarget(parent), QNearFieldTagImpl(tag)
{
@@ -96,3 +98,5 @@ bool QNearFieldTagMifareSymbian::waitForRequestCompleted(const RequestId &id, in
return _waitForRequestCompleted(id, msecs);
}
#include "moc_qnearfieldtagmifare_symbian_p.cpp"
+
+QTNFC_END_NAMESPACE