summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/ql2capserver_symbian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/ql2capserver_symbian.cpp')
-rw-r--r--src/bluetooth/ql2capserver_symbian.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bluetooth/ql2capserver_symbian.cpp b/src/bluetooth/ql2capserver_symbian.cpp
index 1b35740b..d42fce67 100644
--- a/src/bluetooth/ql2capserver_symbian.cpp
+++ b/src/bluetooth/ql2capserver_symbian.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
@@ -50,6 +50,8 @@
#include <QDebug>
+QTBLUETOOTH_BEGIN_NAMESPACE
+
QL2capServerPrivate::QL2capServerPrivate()
: socket(0),pending(false),maxPendingConnections(1),securityFlags(QBluetooth::NoSecurity)
{
@@ -283,3 +285,5 @@ QBluetooth::SecurityFlags QL2capServer::securityFlags() const
Q_D(const QL2capServer);
return d->securityFlags;
}
+
+QTBLUETOOTH_END_NAMESPACE