From f0daca9ff8108b15e0ede3ea638393541d2149e0 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 19 Oct 2011 17:53:02 +0200 Subject: added Connectivity namespaces (QtBluetooth and QtNfc) Change-Id: I5f3062c857e657a6d05ab29edfa2f1b48cb173f8 Sanity-Review: Qt Sanity Bot Reviewed-by: Alex --- src/bluetooth/qbluetoothtransferreply_p.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/bluetooth/qbluetoothtransferreply_p.h') diff --git a/src/bluetooth/qbluetoothtransferreply_p.h b/src/bluetooth/qbluetoothtransferreply_p.h index e05eca04..eb9a5c73 100644 --- a/src/bluetooth/qbluetoothtransferreply_p.h +++ b/src/bluetooth/qbluetoothtransferreply_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 @@ -46,6 +46,8 @@ QT_BEGIN_HEADER +QTBLUETOOTH_BEGIN_NAMESPACE + class Q_BLUETOOTH_EXPORT QBluetoothTransferReplyPrivate { public: @@ -60,6 +62,8 @@ public: }; +QTBLUETOOTH_END_NAMESPACE + QT_END_HEADER #endif // QBLUETOOTHTRANSFERREPLY_H -- cgit v1.2.3