summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-12-05 15:54:22 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-05 07:02:23 +0100
commit4bc88e607e397008d789d9fff989d9f1a623b320 (patch)
tree5287b31f9046c787bc988e7035abc88631e49390 /src
parent63603a64d36015187596b84bf0c43f21a9372cf2 (diff)
Fixed QtConnectivity bluetooth namespace compilation.
Change-Id: I507f35962151e705682c65b1fe9bf33f309d3263 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/bluez/agent_p.h3
-rw-r--r--src/bluetooth/bluez/obex_agent_p.h3
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent_p.h3
-rw-r--r--src/bluetooth/qbluetoothlocaldevice_p.h3
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent_p.h2
5 files changed, 14 insertions, 0 deletions
diff --git a/src/bluetooth/bluez/agent_p.h b/src/bluetooth/bluez/agent_p.h
index 3725928e..b970e513 100644
--- a/src/bluetooth/bluez/agent_p.h
+++ b/src/bluetooth/bluez/agent_p.h
@@ -14,12 +14,15 @@
#include <QtCore/QObject>
#include <QtDBus/QtDBus>
+
+QT_BEGIN_NAMESPACE
class QByteArray;
template<class T> class QList;
template<class Key, class Value> class QMap;
class QString;
class QStringList;
class QVariant;
+QT_END_NAMESPACE
/*
* Adaptor class for interface org.bluez.Agent
diff --git a/src/bluetooth/bluez/obex_agent_p.h b/src/bluetooth/bluez/obex_agent_p.h
index 11630093..fa9b89b1 100644
--- a/src/bluetooth/bluez/obex_agent_p.h
+++ b/src/bluetooth/bluez/obex_agent_p.h
@@ -14,12 +14,15 @@
#include <QtCore/QObject>
#include <QtDBus/QtDBus>
+
+QT_BEGIN_NAMESPACE
class QByteArray;
template<class T> class QList;
template<class Key, class Value> class QMap;
class QString;
class QStringList;
class QVariant;
+QT_END_NAMESPACE
/*
* Adaptor class for interface org.openobex.Agent
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
index 288d3d6d..e270c56a 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
@@ -49,7 +49,10 @@
#ifdef QT_BLUEZ_BLUETOOTH
class OrgBluezManagerInterface;
class OrgBluezAdapterInterface;
+
+QT_BEGIN_NAMESPACE
class QDBusVariant;
+QT_END_NAMESPACE
#endif
#ifdef QT_SYMBIAN_BLUETOOTH
diff --git a/src/bluetooth/qbluetoothlocaldevice_p.h b/src/bluetooth/qbluetoothlocaldevice_p.h
index f6770512..2ce143ca 100644
--- a/src/bluetooth/qbluetoothlocaldevice_p.h
+++ b/src/bluetooth/qbluetoothlocaldevice_p.h
@@ -59,7 +59,10 @@
class OrgBluezAdapterInterface;
class OrgBluezAgentAdaptor;
+
+QT_BEGIN_NAMESPACE
class QDBusPendingCallWatcher;
+QT_END_NAMESPACE
#endif
QT_BEGIN_HEADER
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_p.h b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
index 624e0cf8..04c010b7 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
@@ -57,8 +57,10 @@
class OrgBluezManagerInterface;
class OrgBluezAdapterInterface;
class OrgBluezDeviceInterface;
+QT_BEGIN_NAMESPACE
class QDBusPendingCallWatcher;
class QXmlStreamReader;
+QT_END_NAMESPACE
#endif
QT_BEGIN_HEADER