summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_p.h')
-rw-r--r--src/bluetooth/qbluetoothsocket_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothsocket_p.h b/src/bluetooth/qbluetoothsocket_p.h
index 302cf638..8594761c 100644
--- a/src/bluetooth/qbluetoothsocket_p.h
+++ b/src/bluetooth/qbluetoothsocket_p.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
@@ -61,6 +61,8 @@ QT_FORWARD_DECLARE_CLASS(QSocketNotifier)
QT_BEGIN_HEADER
+QTBLUETOOTH_BEGIN_NAMESPACE
+
class QBluetoothServiceDiscoveryAgent;
class QSocketServerPrivate
@@ -204,6 +206,8 @@ static inline void convertAddress(quint8 (&from)[6], quint64 &to)
(quint64(from[5]) << 40);
}
+QTBLUETOOTH_END_NAMESPACE
+
QT_END_HEADER
#endif