summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldmanager_simulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnearfieldmanager_simulator.cpp')
-rw-r--r--src/nfc/qnearfieldmanager_simulator.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qnearfieldmanager_simulator.cpp b/src/nfc/qnearfieldmanager_simulator.cpp
index 1d7f5318..8287586a 100644
--- a/src/nfc/qnearfieldmanager_simulator.cpp
+++ b/src/nfc/qnearfieldmanager_simulator.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
@@ -50,6 +50,8 @@
#include <QtCore/QCoreApplication>
+QTNFC_BEGIN_NAMESPACE
+
using namespace QtSimulatorPrivate;
namespace Simulator {
@@ -202,3 +204,5 @@ void QNearFieldManagerPrivateImpl::targetLeavingProximity(const QByteArray &uid)
#include "qnearfieldmanager_simulator.moc"
#include "moc_qnearfieldmanager_simulator_p.cpp"
+
+QTNFC_END_NAMESPACE