summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_p.h
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-08-23 14:55:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-23 15:41:19 +0200
commitc79bfde122702144d96a2fb10d0bc5e7dd22c7a8 (patch)
tree2ef082939418494631bc771dd806aa24f2dc8a35 /src/bluetooth/qbluetoothservicediscoveryagent_p.h
parent944d75d9230205e84d7f0d32adc47aedb1b53d38 (diff)
QNX: Change name of platform define to QT_QNX_BLUETOOTH
To be aligned with the bluez implementation Change-Id: I8d3fbd0c23298f984e2c99cbf4131cf8fc0a0a64 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothservicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_p.h b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
index 23255537..e9b32491 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
@@ -59,7 +59,7 @@ class QXmlStreamReader;
QT_END_NAMESPACE
#endif
-#ifdef QTM_QNX_BLUETOOTH
+#ifdef QT_QNX_BLUETOOTH
#include "qnx/ppshelpers_p.h"
#include <fcntl.h>
#include <unistd.h>
@@ -70,7 +70,7 @@ QT_BEGIN_NAMESPACE_BLUETOOTH
class QBluetoothDeviceDiscoveryAgent;
class QBluetoothServiceDiscoveryAgentPrivate
-#ifdef QTM_QNX_BLUETOOTH
+#ifdef QT_QNX_BLUETOOTH
: public QObject
{
Q_OBJECT
@@ -117,7 +117,7 @@ private:
QVariant readAttributeValue(QXmlStreamReader &xml);
#endif
-#ifdef QTM_QNX_BLUETOOTH
+#ifdef QT_QNX_BLUETOOTH
private Q_SLOTS:
void remoteDevicesChanged(int fd);
void controlReply(ppsResult result);