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 --- accounts/maildir/qml/AccountSettings.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'accounts/maildir/qml') diff --git a/accounts/maildir/qml/AccountSettings.qml b/accounts/maildir/qml/AccountSettings.qml index 0fb87810..9553135b 100644 --- a/accounts/maildir/qml/AccountSettings.qml +++ b/accounts/maildir/qml/AccountSettings.qml @@ -18,7 +18,6 @@ */ import QtQuick 2.4 -import QtQuick.Controls 1.4 as Controls import QtQuick.Layouts 1.1 import QtQuick.Dialogs 1.0 as Dialogs import org.kube.framework 1.0 as Kube @@ -79,7 +78,7 @@ Item { text: maildirSettings.path } - Controls.Button { + Kube.Button { iconName: Kube.Icons.folder onClicked: { -- cgit v1.2.3