summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/ql2capserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/ql2capserver.cpp')
-rw-r--r--src/bluetooth/ql2capserver.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bluetooth/ql2capserver.cpp b/src/bluetooth/ql2capserver.cpp
index 97676c2e..8c4ea8c6 100644
--- a/src/bluetooth/ql2capserver.cpp
+++ b/src/bluetooth/ql2capserver.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 QtBluetooth module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -43,6 +43,8 @@
#include "ql2capserver_p.h"
#include "qbluetoothsocket.h"
+QTBLUETOOTH_BEGIN_NAMESPACE
+
/*!
\class QL2capServer
\brief The QL2capServer class provides an L2CAP server.
@@ -178,3 +180,5 @@ int QL2capServer::maxPendingConnections() const
*/
#include "moc_ql2capserver.cpp"
+
+QTBLUETOOTH_END_NAMESPACE