summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/ql2capsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/ql2capsocket.h')
-rw-r--r--src/bluetooth/ql2capsocket.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bluetooth/ql2capsocket.h b/src/bluetooth/ql2capsocket.h
index cf63b62e..f5acc060 100644
--- a/src/bluetooth/ql2capsocket.h
+++ b/src/bluetooth/ql2capsocket.h
@@ -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
@@ -49,6 +49,8 @@
QT_BEGIN_HEADER
+QTBLUETOOTH_BEGIN_NAMESPACE
+
class QL2capSocket : public QBluetoothSocket
{
Q_OBJECT
@@ -69,6 +71,8 @@ private:
Q_DISABLE_COPY(QL2capSocket)
};
+QTBLUETOOTH_END_NAMESPACE
+
QT_END_HEADER
#endif // QL2CAPSOCKET_H