summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpsocket_simulator_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpsocket_simulator_p.cpp')
-rw-r--r--src/nfc/qllcpsocket_simulator_p.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nfc/qllcpsocket_simulator_p.cpp b/src/nfc/qllcpsocket_simulator_p.cpp
index 2749c250..f9c09d09 100644
--- a/src/nfc/qllcpsocket_simulator_p.cpp
+++ b/src/nfc/qllcpsocket_simulator_p.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
@@ -41,6 +41,8 @@
#include "qllcpsocket_simulator_p.h"
+QTNFC_BEGIN_NAMESPACE
+
QLlcpSocketPrivate::QLlcpSocketPrivate(QLlcpSocket *q)
: q_ptr(q)
{
@@ -184,3 +186,4 @@ bool QLlcpSocketPrivate::waitForDisconnected(int msecs)
return false;
}
+QTNFC_END_NAMESPACE