From 489fd0b27251e0bddafc10b359eb8c26db0b4b0a Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 18 Mar 2020 11:12:15 +0100 Subject: [PATCH] [welcomeq] Fix QML import - Now using the properly-namespaced QML import for Calamares things --- src/modules/welcomeq/welcomeq.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/welcomeq/welcomeq.qml b/src/modules/welcomeq/welcomeq.qml index b40ec4813..3275836a7 100644 --- a/src/modules/welcomeq/welcomeq.qml +++ b/src/modules/welcomeq/welcomeq.qml @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with Calamares. If not, see . */ -import calamares.ui 1.0 +import io.calamares.ui 1.0 import QtQuick 2.10 import QtQuick.Controls 2.10