From 8b7d82db4d0bdc616d4fdc76ffde72adfc7e62df Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sun, 11 Sep 2022 06:56:04 +0300 Subject: [PATCH] [Fix] Latest lib_ui support --- Telegram/SourceFiles/passport/passport_edit_identity_box.cpp | 2 +- Telegram/SourceFiles/passport/passport_form_row.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp b/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp index 145a55ab1..0a76d80b8 100644 --- a/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp +++ b/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp @@ -10,7 +10,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "passport/passport_panel_controller.h" #include "ui/widgets/input_fields.h" #include "ui/widgets/buttons.h" -#include "ui/text_options.h" +#include "ui/text/text_options.h" #include "lang/lang_keys.h" #include "core/file_utilities.h" #include "styles/style_widgets.h" diff --git a/Telegram/SourceFiles/passport/passport_form_row.cpp b/Telegram/SourceFiles/passport/passport_form_row.cpp index e07e2aede..9b3e5a741 100644 --- a/Telegram/SourceFiles/passport/passport_form_row.cpp +++ b/Telegram/SourceFiles/passport/passport_form_row.cpp @@ -8,7 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "passport/passport_form_row.h" #include "ui/wrap/fade_wrap.h" -#include "ui/text_options.h" +#include "ui/text/text_options.h" #include "styles/style_boxes.h" #include "styles/style_passport.h"