From 72dd8e1c6222dac9176dd67c974a9c34aee01c41 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 8 Dec 2016 11:19:31 +0100 Subject: qqc1 -> qqc2 in accountwizard/createmaildir --- components/accounts/AccountWizard.qml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'components/accounts/AccountWizard.qml') diff --git a/components/accounts/AccountWizard.qml b/components/accounts/AccountWizard.qml index 16928eb9..d1fa9299 100644 --- a/components/accounts/AccountWizard.qml +++ b/components/accounts/AccountWizard.qml @@ -18,7 +18,6 @@ import QtQuick 2.7 import QtQuick.Layouts 1.1 -import QtQuick.Controls 1.4 as Controls import QtQuick.Controls 2.0 as Controls2 import org.kde.kirigami 1.0 as Kirigami @@ -52,7 +51,7 @@ Controls2.Popup { spacing: Kirigami.Units.largeSpacing - Controls.Button { + Controls2.Button { Layout.fillWidth: true @@ -63,7 +62,7 @@ Controls2.Popup { } } - Controls.Button { + Controls2.Button { Layout.fillWidth: true @@ -74,7 +73,7 @@ Controls2.Popup { } } - Controls.Button { + Controls2.Button { Layout.fillWidth: true -- cgit v1.2.3