aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveList.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-21 14:42:10 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-21 14:42:10 -0800
commit14b4c94ded4f82bc473b9e286e2dcb87d600b14a (patch)
treeab79341f65370e61532b7976bb5aeff7bc2e10f3 /mobile-widgets/qml/DiveList.qml
parent6459e455bc1fd7d44b9dcd5010ac8de9a8d0e095 (diff)
downloadsubsurface-14b4c94ded4f82bc473b9e286e2dcb87d600b14a.tar.gz
Revert "QML UI: build against latest Kirigami"
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r--mobile-widgets/qml/DiveList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index 49753b8ae..cb94e79d1 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -3,7 +3,7 @@ import QtQuick.Controls 1.2
import QtQuick.Layouts 1.2
import QtQuick.Window 2.2
import QtQuick.Dialogs 1.2
-import org.kde.kirigami 2.0 as Kirigami
+import org.kde.kirigami 1.0 as Kirigami
import org.subsurfacedivelog.mobile 1.0
Kirigami.ScrollablePage {