summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel_p.h2
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothimageprovider.cpp2
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h2
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothservice_p.h2
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothsocket_p.h2
-rw-r--r--src/imports/nfc/qdeclarativendefmimerecord_p.h2
-rw-r--r--src/imports/nfc/qdeclarativendeftextrecord_p.h2
-rw-r--r--src/imports/nfc/qdeclarativendefurirecord_p.h2
-rw-r--r--src/imports/nfc/qdeclarativenearfield_p.h2
-rw-r--r--src/imports/nfc/qdeclarativenearfieldsocket_p.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel_p.h b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel_p.h
index 47ad3d86..8cc76817 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel_p.h
+++ b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel_p.h
@@ -53,7 +53,7 @@
#include "qdeclarativebluetoothservice_p.h"
-QT_USE_NAMESPACE_BLUETOOTH
+QT_USE_NAMESPACE
class QDeclarativeBluetoothDiscoveryModelPrivate;
class QDeclarativeBluetoothDiscoveryModel : public QAbstractListModel, public QQmlParserStatus
diff --git a/src/imports/bluetooth/qdeclarativebluetoothimageprovider.cpp b/src/imports/bluetooth/qdeclarativebluetoothimageprovider.cpp
index 74883d80..97f5f477 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothimageprovider.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothimageprovider.cpp
@@ -47,7 +47,7 @@
#include "qdeclarativebluetoothimageprovider_p.h"
-QT_USE_NAMESPACE_BLUETOOTH
+QT_USE_NAMESPACE
// This is run in a low priority thread.
QImage BluetoothThumbnailImageProvider::requestImage(const QString &id, QSize *size, const QSize &req_size)
diff --git a/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h b/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
index 8d82dbbe..1d4a8cda 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
+++ b/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
@@ -44,7 +44,7 @@
#include <qbluetoothserviceinfo.h>
-QT_USE_NAMESPACE_BLUETOOTH
+QT_USE_NAMESPACE
class BluetoothThumbnailImageProvider : public QQuickImageProvider
diff --git a/src/imports/bluetooth/qdeclarativebluetoothservice_p.h b/src/imports/bluetooth/qdeclarativebluetoothservice_p.h
index 7d91e5c1..a4b300a1 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothservice_p.h
+++ b/src/imports/bluetooth/qdeclarativebluetoothservice_p.h
@@ -49,7 +49,7 @@
class QDeclarativeBluetoothSocket;
-QT_USE_NAMESPACE_BLUETOOTH
+QT_USE_NAMESPACE
class QDeclarativeBluetoothServicePrivate;
diff --git a/src/imports/bluetooth/qdeclarativebluetoothsocket_p.h b/src/imports/bluetooth/qdeclarativebluetoothsocket_p.h
index 30cd28fd..6e00d6ce 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothsocket_p.h
+++ b/src/imports/bluetooth/qdeclarativebluetoothsocket_p.h
@@ -50,7 +50,7 @@
#include "qdeclarativebluetoothservice_p.h"
-QT_USE_NAMESPACE_BLUETOOTH
+QT_USE_NAMESPACE
class QDeclarativeBluetoothSocketPrivate;
class QDeclarativeBluetoothService;
diff --git a/src/imports/nfc/qdeclarativendefmimerecord_p.h b/src/imports/nfc/qdeclarativendefmimerecord_p.h
index c29b4666..bad83235 100644
--- a/src/imports/nfc/qdeclarativendefmimerecord_p.h
+++ b/src/imports/nfc/qdeclarativendefmimerecord_p.h
@@ -44,7 +44,7 @@
#include <qdeclarativendefrecord.h>
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
class QDeclarativeNdefMimeRecord : public QDeclarativeNdefRecord
{
diff --git a/src/imports/nfc/qdeclarativendeftextrecord_p.h b/src/imports/nfc/qdeclarativendeftextrecord_p.h
index 41f51a77..8701ab17 100644
--- a/src/imports/nfc/qdeclarativendeftextrecord_p.h
+++ b/src/imports/nfc/qdeclarativendeftextrecord_p.h
@@ -46,7 +46,7 @@
#include <qndefnfctextrecord.h>
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
class QDeclarativeNdefTextRecord : public QDeclarativeNdefRecord
{
diff --git a/src/imports/nfc/qdeclarativendefurirecord_p.h b/src/imports/nfc/qdeclarativendefurirecord_p.h
index 7d27e3f9..b935a55b 100644
--- a/src/imports/nfc/qdeclarativendefurirecord_p.h
+++ b/src/imports/nfc/qdeclarativendefurirecord_p.h
@@ -48,7 +48,7 @@
#include <QtCore/QMetaType>
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
class QDeclarativeNdefUriRecord : public QDeclarativeNdefRecord
{
diff --git a/src/imports/nfc/qdeclarativenearfield_p.h b/src/imports/nfc/qdeclarativenearfield_p.h
index 9c62449f..d3f4b50f 100644
--- a/src/imports/nfc/qdeclarativenearfield_p.h
+++ b/src/imports/nfc/qdeclarativenearfield_p.h
@@ -50,7 +50,7 @@
#include "qdeclarativendefrecord.h"
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
class QDeclarativeNdefFilter;
class QDeclarativeNearField : public QObject, public QQmlParserStatus
diff --git a/src/imports/nfc/qdeclarativenearfieldsocket_p.h b/src/imports/nfc/qdeclarativenearfieldsocket_p.h
index 39e220e3..16fca41e 100644
--- a/src/imports/nfc/qdeclarativenearfieldsocket_p.h
+++ b/src/imports/nfc/qdeclarativenearfieldsocket_p.h
@@ -47,7 +47,7 @@
#include <QtQml/QQmlParserStatus>
#include <QtNfc/QLlcpSocket>
-QT_USE_NAMESPACE_NFC
+QT_USE_NAMESPACE
class QDeclarativeNearFieldSocketPrivate;