summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo.h
diff options
context:
space:
mode:
authorMichael Zanetti <michael.zanetti@nokia.com>2011-09-12 16:41:14 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-15 11:39:14 +0200
commitee26c3cb2f681e5b5bf65fbea14f2cec53b4224d (patch)
tree7b8850990cf68913a03cbcd092061dd8213a3a67 /src/bluetooth/qbluetoothserviceinfo.h
parentfbe2e936daef68812991349c92111fef6b04c984 (diff)
Split qconnectivityglobal.h
Split qconnectivityflobal into qbluetoothglobal.h and qnfcglobal.h like the other qt5 modules have it Change-Id: I16cfdd84411ac6da200872b3023c1c98778bb022 Reviewed-on: http://codereview.qt-project.org/4686 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo.h')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo.h b/src/bluetooth/qbluetoothserviceinfo.h
index f05ed565..28e23fa0 100644
--- a/src/bluetooth/qbluetoothserviceinfo.h
+++ b/src/bluetooth/qbluetoothserviceinfo.h
@@ -42,7 +42,7 @@
#ifndef QBLUETOOTHSERVICEINFO_H
#define QBLUETOOTHSERVICEINFO_H
-#include "../qtconnectivityglobal.h"
+#include "qbluetoothglobal.h"
#include <qbluetoothuuid.h>
@@ -57,7 +57,7 @@ QT_BEGIN_HEADER
class QBluetoothServiceInfoPrivate;
class QBluetoothDeviceInfo;
-class Q_CONNECTIVITY_EXPORT QBluetoothServiceInfo
+class Q_BLUETOOTH_EXPORT QBluetoothServiceInfo
{
public:
enum AttributeId {
@@ -140,7 +140,7 @@ public:
bool unregisterService() const;
protected:
- friend Q_CONNECTIVITY_EXPORT QDebug operator<<(QDebug, const QBluetoothServiceInfo &);
+ friend Q_BLUETOOTH_EXPORT QDebug operator<<(QDebug, const QBluetoothServiceInfo &);
protected:
QBluetoothServiceInfoPrivate *d_ptr;