summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothtransferreply.cpp')
-rw-r--r--src/bluetooth/qbluetoothtransferreply.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply.cpp b/src/bluetooth/qbluetoothtransferreply.cpp
index e8af9707..b143e65a 100644
--- a/src/bluetooth/qbluetoothtransferreply.cpp
+++ b/src/bluetooth/qbluetoothtransferreply.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
@@ -44,6 +44,8 @@
#include "qbluetoothtransferreply_p.h"
#include "qbluetoothaddress.h"
+QTBLUETOOTH_BEGIN_NAMESPACE
+
/*!
\class QBluetoothTransferReply
\brief The QBluetoothTransferReply class contains the data and headers for a request sent with
@@ -215,3 +217,5 @@ QBluetoothTransferReplyPrivate::QBluetoothTransferReplyPrivate()
}
#include "moc_qbluetoothtransferreply.cpp"
+
+QTBLUETOOTH_END_NAMESPACE