Moved kotato/boxes to kotato/customboxes

I don't look for trouble with includes.
This commit is contained in:
Eric Kotato 2020-05-16 20:07:05 +03:00
parent 7cb4bfaa4f
commit d799c2492c
13 changed files with 18 additions and 18 deletions

View file

@ -629,14 +629,14 @@ PRIVATE
intro/intro_step.h
intro/intro_widget.cpp
intro/intro_widget.h
kotato/boxes/confirm_box.cpp
kotato/boxes/confirm_box.h
kotato/boxes/fonts_box.cpp
kotato/boxes/fonts_box.h
kotato/boxes/radio_box.cpp
kotato/boxes/radio_box.h
kotato/boxes/unpin_box.cpp
kotato/boxes/unpin_box.h
kotato/customboxes/confirm_box.cpp
kotato/customboxes/confirm_box.h
kotato/customboxes/fonts_box.cpp
kotato/customboxes/fonts_box.h
kotato/customboxes/radio_box.cpp
kotato/customboxes/radio_box.h
kotato/customboxes/unpin_box.cpp
kotato/customboxes/unpin_box.h
kotato/json_settings.cpp
kotato/json_settings.h
kotato/settings_menu.cpp

View file

@ -13,7 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "mainwidget.h"
#include "main/main_session.h"
#include "boxes/confirm_box.h"
#include "kotato/boxes/confirm_box.h"
#include "kotato/customboxes/confirm_box.h"
#include "base/qthelp_regex.h"
#include "storage/localstorage.h"
#include "history/view/history_view_element.h"

View file

@ -13,8 +13,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "boxes/send_files_box.h"
#include "boxes/share_box.h"
#include "boxes/edit_caption_box.h"
#include "kotato/boxes/confirm_box.h"
#include "kotato/boxes/unpin_box.h"
#include "kotato/customboxes/confirm_box.h"
#include "kotato/customboxes/unpin_box.h"
#include "core/file_utilities.h"
#include "ui/toast/toast.h"
#include "ui/special_buttons.h"

View file

@ -20,7 +20,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/effects/ripple_animation.h"
#include "ui/effects/fireworks_animation.h"
#include "ui/toast/toast.h"
#include "kotato/boxes/confirm_box.h"
#include "kotato/customboxes/confirm_box.h"
#include "data/data_media_types.h"
#include "data/data_poll.h"
#include "data/data_user.h"

View file

@ -5,7 +5,7 @@ the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#include "kotato/boxes/confirm_box.h"
#include "kotato/customboxes/confirm_box.h"
#include "lang/lang_keys.h"
#include "ui/widgets/labels.h"

View file

@ -5,7 +5,7 @@ the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#include "kotato/boxes/fonts_box.h"
#include "kotato/customboxes/fonts_box.h"
#include "ui/widgets/checkbox.h"
#include "ui/widgets/buttons.h"

View file

@ -5,7 +5,7 @@ the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#include "kotato/boxes/radio_box.h"
#include "kotato/customboxes/radio_box.h"
#include "lang/lang_keys.h"
#include "ui/wrap/vertical_layout.h"

View file

@ -5,7 +5,7 @@ the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#include "kotato/boxes/unpin_box.h"
#include "kotato/customboxes/unpin_box.h"
#include "lang/lang_keys.h"
#include "apiwrap.h"

View file

@ -17,8 +17,8 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
#include "ui/widgets/continuous_sliders.h"
#include "ui/text/text_utilities.h" // Ui::Text::ToUpper
#include "boxes/connection_box.h"
#include "kotato/boxes/fonts_box.h"
#include "kotato/boxes/radio_box.h"
#include "kotato/customboxes/fonts_box.h"
#include "kotato/customboxes/radio_box.h"
#include "boxes/about_box.h"
#include "boxes/confirm_box.h"
#include "platform/platform_specific.h"