From 4316e817dbe4147d714b9e5914452e9629358cb7 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 15 Apr 2021 21:00:35 +0200 Subject: [PATCH] Welcome: Fix build breakage --- Userland/Applications/Welcome/WelcomeWidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Userland/Applications/Welcome/WelcomeWidget.cpp b/Userland/Applications/Welcome/WelcomeWidget.cpp index f3868e9c1f..90bfbbdf7d 100644 --- a/Userland/Applications/Welcome/WelcomeWidget.cpp +++ b/Userland/Applications/Welcome/WelcomeWidget.cpp @@ -25,7 +25,7 @@ */ #include "WelcomeWidget.h" -#include +#include #include #include #include @@ -41,7 +41,7 @@ WelcomeWidget::WelcomeWidget() { - load_from_gml(tips_window_gml); + load_from_gml(welcome_window_gml); auto& tip_frame = *find_descendant_of_type_named("tip_frame"); tip_frame.set_background_role(Gfx::ColorRole::Base);