summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpserver_simulator_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpserver_simulator_p.cpp')
-rw-r--r--src/nfc/qllcpserver_simulator_p.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qllcpserver_simulator_p.cpp b/src/nfc/qllcpserver_simulator_p.cpp
index 5ef6f963..75edbec3 100644
--- a/src/nfc/qllcpserver_simulator_p.cpp
+++ b/src/nfc/qllcpserver_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 "qllcpserver_simulator_p.h"
+QTNFC_BEGIN_NAMESPACE
+
QLlcpServerPrivate::QLlcpServerPrivate(QLlcpServer *q)
: q_ptr(q)
{
@@ -86,3 +88,5 @@ QLlcpSocket::SocketError QLlcpServerPrivate::serverError() const
{
return QLlcpSocket::UnknownSocketError;
}
+
+QTNFC_END_NAMESPACE