From 5755ad47145d2985ba74354961b4127d82c516f6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:00:21 +0200 Subject: A single framework plugin --- framework/qml/EditAccountDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/qml/EditAccountDialog.qml') diff --git a/framework/qml/EditAccountDialog.qml b/framework/qml/EditAccountDialog.qml index a7461640..ab256839 100644 --- a/framework/qml/EditAccountDialog.qml +++ b/framework/qml/EditAccountDialog.qml @@ -20,10 +20,10 @@ import QtQuick 2.4 import QtQuick.Layouts 1.1 import org.kde.kirigami 1.0 as Kirigami +import org.kube.framework 1.0 as Kube -import org.kube.components 1.0 as KubeComponents -KubeComponents.OverlayDialog { +Kube.OverlayDialog { id: dialog property variant accountId -- cgit v1.2.3