Moved kotato/boxes to kotato/customboxes
I don't look for trouble with includes.
This commit is contained in:
parent
7cb4bfaa4f
commit
d799c2492c
13 changed files with 18 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue