diff --git a/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml b/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml index d2f7454f093..2b714a47846 100644 --- a/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml +++ b/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml @@ -26,7 +26,6 @@ import QtQuick 2.7 import QtQuick.Timeline 1.0 import QtQuick.Controls 2.12 -import welcome 1.0 CheckBox { id: do_not_show_checkBox diff --git a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml index fa90cd8a652..c00bde1ce89 100644 --- a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml +++ b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml @@ -27,6 +27,7 @@ import QtQuick 2.7 import QtQuick.Controls 2.3 import StudioFonts 1.0 import QtQuick.Layouts 1.0 +import projectmodel 1.0 Image { id: welcome_splash @@ -243,7 +244,7 @@ Image { color: "#ffffff" text: qsTr("Community Edition") font.pixelSize: 13 - font.family: Constants.titilliumWeb_light + font.family: StudioFonts.titilliumWeb_light visible: projectModel.communityVersion ProjectModel { id: projectModel