summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-02-11 18:52:03 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-02-12 10:23:25 +0000
commit90291d71308db90d763e5b42a8f096301ceb9666 (patch)
treed6b05285d3a4cf80ab6238d67165661840197362
parent26d3681ed7bf2b6681a594511291e39a840dc8af (diff)
Add the QtCore/ library prefix in public headers
Change-Id: I01f01575a03d95f558b1f1994e0c76b22b3c19e0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.h2
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h2
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.h4
-rw-r--r--src/bluetooth/qbluetoothserver.h2
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent.h2
-rw-r--r--src/bluetooth/qbluetoothsocket.h2
-rw-r--r--src/bluetooth/qlowenergycontroller.h2
-rw-r--r--src/nfc/qnearfieldsharetarget.h2
8 files changed, 9 insertions, 9 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.h b/src/bluetooth/qbluetoothdevicediscoveryagent.h
index 4638a4f2..7800f6f7 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.h
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.h
@@ -36,7 +36,7 @@
#include <QtBluetooth/qbluetoothglobal.h>
-#include <QObject>
+#include <QtCore/QObject>
#include <QtBluetooth/QBluetoothDeviceInfo>
#include <QtBluetooth/QBluetoothAddress>
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index ea8b7627..6e268dcf 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -36,7 +36,7 @@
#include <QtBluetooth/qbluetoothglobal.h>
-#include <QString>
+#include <QtCore/QString>
QT_BEGIN_NAMESPACE
diff --git a/src/bluetooth/qbluetoothlocaldevice.h b/src/bluetooth/qbluetoothlocaldevice.h
index 4c1e9016..4a70757f 100644
--- a/src/bluetooth/qbluetoothlocaldevice.h
+++ b/src/bluetooth/qbluetoothlocaldevice.h
@@ -36,9 +36,9 @@
#include <QtBluetooth/qbluetoothglobal.h>
-#include <QObject>
+#include <QtCore/QObject>
#include <QtCore/QList>
-#include <QString>
+#include <QtCore/QString>
#include <QtBluetooth/QBluetoothHostInfo>
diff --git a/src/bluetooth/qbluetoothserver.h b/src/bluetooth/qbluetoothserver.h
index 2eadd1d4..fde07784 100644
--- a/src/bluetooth/qbluetoothserver.h
+++ b/src/bluetooth/qbluetoothserver.h
@@ -37,7 +37,7 @@
#include <QtBluetooth/qbluetoothglobal.h>
-#include <QObject>
+#include <QtCore/QObject>
#include <QtBluetooth/QBluetoothAddress>
#include <QtBluetooth/qbluetooth.h>
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent.h b/src/bluetooth/qbluetoothservicediscoveryagent.h
index b4f9d5f3..dddd67b2 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent.h
@@ -36,7 +36,7 @@
#include <QtBluetooth/qbluetoothglobal.h>
-#include <QObject>
+#include <QtCore/QObject>
#include <QtBluetooth/QBluetoothServiceInfo>
#include <QtBluetooth/QBluetoothUuid>
diff --git a/src/bluetooth/qbluetoothsocket.h b/src/bluetooth/qbluetoothsocket.h
index 6540e0c9..8252fa99 100644
--- a/src/bluetooth/qbluetoothsocket.h
+++ b/src/bluetooth/qbluetoothsocket.h
@@ -40,7 +40,7 @@
#include <QtBluetooth/QBluetoothUuid>
#include <QtBluetooth/QBluetoothServiceInfo>
-#include <QIODevice>
+#include <QtCore/QIODevice>
#include <QtNetwork/QAbstractSocket>
QT_BEGIN_NAMESPACE
diff --git a/src/bluetooth/qlowenergycontroller.h b/src/bluetooth/qlowenergycontroller.h
index bd8ef5f3..6c4be59e 100644
--- a/src/bluetooth/qlowenergycontroller.h
+++ b/src/bluetooth/qlowenergycontroller.h
@@ -34,7 +34,7 @@
#ifndef QLOWENERGYCONTROLLER_H
#define QLOWENERGYCONTROLLER_H
-#include <QObject>
+#include <QtCore/QObject>
#include <QtBluetooth/QBluetoothAddress>
#include <QtBluetooth/QBluetoothUuid>
#include <QtBluetooth/QLowEnergyService>
diff --git a/src/nfc/qnearfieldsharetarget.h b/src/nfc/qnearfieldsharetarget.h
index 41d6880d..822a8ed5 100644
--- a/src/nfc/qnearfieldsharetarget.h
+++ b/src/nfc/qnearfieldsharetarget.h
@@ -36,7 +36,7 @@
#define QNEARFIELDSHARETARGET_H
#include <QtCore/QObject>
-#include <QFileInfo>
+#include <QtCore/QFileInfo>
#include <QtNfc/QNdefMessage>
#include <QtNfc/QNearFieldShareManager>