summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothtransferreply.h')
-rw-r--r--src/bluetooth/qbluetoothtransferreply.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply.h b/src/bluetooth/qbluetoothtransferreply.h
index a3b12923..a9be492a 100644
--- a/src/bluetooth/qbluetoothtransferreply.h
+++ b/src/bluetooth/qbluetoothtransferreply.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 QBluetoothTransferReplyPrivate;
class Q_BLUETOOTH_EXPORT QBluetoothTransferReply : public QObject
@@ -101,7 +103,9 @@ private:
};
-Q_DECLARE_METATYPE(QBluetoothTransferReply *);
+QTBLUETOOTH_END_NAMESPACE
+
+Q_DECLARE_METATYPE(QtBluetooth::QBluetoothTransferReply *);
QT_END_HEADER