summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo_symbian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo_symbian.cpp')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo_symbian.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo_symbian.cpp b/src/bluetooth/qbluetoothserviceinfo_symbian.cpp
index 939a74b5..36d1836b 100644
--- a/src/bluetooth/qbluetoothserviceinfo_symbian.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo_symbian.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
@@ -47,6 +47,7 @@
#include <QDebug>
+QTBLUETOOTH_BEGIN_NAMESPACE
QBluetoothServiceInfoPrivate::QBluetoothServiceInfoPrivate()
:serviceRecord(0)
@@ -300,3 +301,5 @@ bool QBluetoothServiceInfo::unregisterService() const
d->serviceRecord = 0;
return true;
}
+
+QTBLUETOOTH_END_NAMESPACE