From a834d67283106735a861414e2e54f5c25c9958fb Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 11 Mar 2020 17:42:19 +0100 Subject: [PATCH] [notesqml] Adjust to new name for Branding --- src/modules/notesqml/notesqml.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/notesqml/notesqml.qml b/src/modules/notesqml/notesqml.qml index cb659debc..9b1d930d7 100644 --- a/src/modules/notesqml/notesqml.qml +++ b/src/modules/notesqml/notesqml.qml @@ -23,7 +23,7 @@ * Branding object, which can be used to retrieve strings and paths * and colors. */ -import calamares.ui 1.0 +import io.calamares.ui 1.0 import QtQuick 2.7 import QtQuick.Controls 2.2