summaryrefslogtreecommitdiffstats
path: root/src/settingsui/bluetooth/Bluetooth.qml
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-06-01 12:40:38 +0300
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-06-01 11:20:10 +0000
commit00102dc97b4caf192aa75dfe68daaa9d85b04650 (patch)
tree7140431cfb5f6f2dce2d84ad4d30a3a57721ccb6 /src/settingsui/bluetooth/Bluetooth.qml
parent15ac9af2680d63321403f49eca03cdb192851bd3 (diff)
Replaced Device Utilities import uris to QtDeviceUtilities.x
Change-Id: I11c74cd61d3dd40a90c033406590296c05e996c6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'src/settingsui/bluetooth/Bluetooth.qml')
-rw-r--r--src/settingsui/bluetooth/Bluetooth.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsui/bluetooth/Bluetooth.qml b/src/settingsui/bluetooth/Bluetooth.qml
index ee14247..d2a00bf 100644
--- a/src/settingsui/bluetooth/Bluetooth.qml
+++ b/src/settingsui/bluetooth/Bluetooth.qml
@@ -36,7 +36,7 @@
import QtQuick 2.6
import QtQuick.Layouts 1.3
import QtQuick.Controls 2.0
-import com.theqtcompany.settings.bluetooth 1.0
+import QtDeviceUtilities.BluetoothSettings 1.0
Item {
id: root