From 32449cb4c7d7a37fa7fd54d5f7fc29bc7ecb2eff Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 4 Apr 2018 14:44:26 +0200 Subject: Got rid of controls1 where possible, and otherwise marked it learly --- views/search/qml/View.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/search/qml/View.qml') diff --git a/views/search/qml/View.qml b/views/search/qml/View.qml index 437b0ba2..d63f6d1f 100644 --- a/views/search/qml/View.qml +++ b/views/search/qml/View.qml @@ -19,14 +19,14 @@ import QtQuick 2.7 -import QtQuick.Controls 1.3 +import QtQuick.Controls 1.3 as Controls1 import QtQuick.Controls 2.0 as Controls2 import QtQuick.Layouts 1.1 import org.kube.framework 1.0 as Kube FocusScope { - SplitView { + Controls1.SplitView { anchors.fill: parent ColumnLayout { width: Kube.Units.gridUnit * 18 -- cgit v1.2.3