summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-04-24 17:20:18 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-24 10:17:53 +0200
commitef240bfdf1db0d65d6945a83d8c722d44841e206 (patch)
tree95558dd6d8389690a9ed4a2d8b9c49b0dafacc1c /src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
parentc1bce4000d0f2ae5ef1c26f4b38cb1f61fee690c (diff)
Fix QQml name change build failures.
Change-Id: If0063be8c61fe5c38a55455db27cd6046aa326db Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h b/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
index 2e61e637..8dfec8db 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
+++ b/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include <QQmlImageProvider>
+#include <QtQuick/QQuickImageProvider>
#include <QMap>
#include <qbluetoothserviceinfo.h>
@@ -47,7 +47,7 @@
QTBLUETOOTH_USE_NAMESPACE
-class BluetoothThumbnailImageProvider : public QQmlImageProvider
+class BluetoothThumbnailImageProvider : public QQuickImageProvider
{
public:
// This is run in a low priority thread.