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/qbluetoothservicediscoveryagent.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/bluetooth/qbluetoothservicediscoveryagent.cpp') diff --git a/src/bluetooth/qbluetoothservicediscoveryagent.cpp b/src/bluetooth/qbluetoothservicediscoveryagent.cpp index 754e07e0..c4432114 100644 --- a/src/bluetooth/qbluetoothservicediscoveryagent.cpp +++ b/src/bluetooth/qbluetoothservicediscoveryagent.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 "qbluetoothdevicediscoveryagent.h" +QTBLUETOOTH_BEGIN_NAMESPACE + /*! \class QBluetoothServiceDiscoveryAgent \brief The QBluetoothServiceDiscoveryAgent class provides an API for querying the services @@ -408,5 +410,6 @@ void QBluetoothServiceDiscoveryAgentPrivate::_q_serviceDiscoveryFinished() startServiceDiscovery(); } - #include "moc_qbluetoothservicediscoveryagent.cpp" + +QTBLUETOOTH_END_NAMESPACE -- cgit v1.2.3