summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qrfcommsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qrfcommsocket.cpp')
-rw-r--r--src/bluetooth/qrfcommsocket.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bluetooth/qrfcommsocket.cpp b/src/bluetooth/qrfcommsocket.cpp
index 0c9b4ba3..17092cb8 100644
--- a/src/bluetooth/qrfcommsocket.cpp
+++ b/src/bluetooth/qrfcommsocket.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
@@ -41,9 +41,13 @@
#include "qrfcommsocket.h"
+QTBLUETOOTH_BEGIN_NAMESPACE
+
QRfcommSocket::QRfcommSocket(QObject *parent)
: QBluetoothSocket(parent)
{
}
#include "moc_qrfcommsocket.cpp"
+
+QTBLUETOOTH_END_NAMESPACE