summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
diff options
context:
space:
mode:
authorMichael Zanetti <michael.zanetti@nokia.com>2012-03-21 18:55:10 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-22 06:59:15 +0100
commit9be870b80ea0f8a1d41558cdc4281cd3eec90c21 (patch)
tree015419c48aa80d39e9e6cf867983799595c1143a /src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
parent72c555821bfa787a520830e07cfc24265f8b62ea (diff)
QDeclarative is deprecated, change it to QQml
Change-Id: Ie42934f3daf53f867c312995717421162294354e Reviewed-by: Alex <alex.blasche@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 4235a3cd..2e61e637 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
+++ b/src/imports/bluetooth/qdeclarativebluetoothimageprovider_p.h
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include <qdeclarativeimageprovider.h>
+#include <QQmlImageProvider>
#include <QMap>
#include <qbluetoothserviceinfo.h>
@@ -47,7 +47,7 @@
QTBLUETOOTH_USE_NAMESPACE
-class BluetoothThumbnailImageProvider : public QDeclarativeImageProvider
+class BluetoothThumbnailImageProvider : public QQmlImageProvider
{
public:
// This is run in a low priority thread.