summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_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/qbluetoothdevicediscoveryagent_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/qbluetoothdevicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
index 73673c59..f98ca1fc 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
@@ -53,7 +53,7 @@ class OrgBluezAdapterInterface;
QT_BEGIN_NAMESPACE
class QDBusVariant;
QT_END_NAMESPACE
-#elif defined(QTM_QNX_BLUETOOTH)
+#elif defined(QT_QNX_BLUETOOTH)
#include "qnx/ppshelpers_p.h"
#include <QTimer>
#endif
@@ -61,7 +61,7 @@ QT_END_NAMESPACE
QT_BEGIN_NAMESPACE_BLUETOOTH
class QBluetoothDeviceDiscoveryAgentPrivate
-#if defined(QTM_QNX_BLUETOOTH)
+#if defined(QT_QNX_BLUETOOTH)
: public QObject {
Q_OBJECT
#else
@@ -93,7 +93,7 @@ private:
bool pendingStart;
OrgBluezManagerInterface *manager;
OrgBluezAdapterInterface *adapter;
-#elif defined(QTM_QNX_BLUETOOTH)
+#elif defined(QT_QNX_BLUETOOTH)
private Q_SLOTS:
void finished();
void remoteDevicesChanged(int);