summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qrfcommserver_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qrfcommserver_p.cpp')
-rw-r--r--src/bluetooth/qrfcommserver_p.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bluetooth/qrfcommserver_p.cpp b/src/bluetooth/qrfcommserver_p.cpp
index 6b7d1aab..7d167e20 100644
--- a/src/bluetooth/qrfcommserver_p.cpp
+++ b/src/bluetooth/qrfcommserver_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 QtBluetooth module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -43,6 +43,8 @@
#include "qrfcommserver_p.h"
#include "qbluetoothsocket.h"
+QTBLUETOOTH_BEGIN_NAMESPACE
+
QRfcommServerPrivate::QRfcommServerPrivate()
{
}
@@ -128,3 +130,4 @@ QBluetooth::SecurityFlags QRfcommServer::securityFlags() const
return QBluetooth::NoSecurity;
}
+QTBLUETOOTH_END_NAMESPACE