diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-10-17 13:55:44 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2021-10-19 11:37:31 -0300 |
commit | 67acb7de6eba660ee1f0fda5f25669d2462b7fe4 (patch) | |
tree | 6f1d4c04b4eb5213dc12371d8c3a124fef624854 /editor/plugins/theme_editor_plugin.h | |
parent | 85a8939fa21f065ef7608e67612d4fe4b2b89bc7 (diff) | |
download | redot-engine-67acb7de6eba660ee1f0fda5f25669d2462b7fe4.tar.gz |
Rename `Tabs` to `TabBar`
Diffstat (limited to 'editor/plugins/theme_editor_plugin.h')
-rw-r--r-- | editor/plugins/theme_editor_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/theme_editor_plugin.h b/editor/plugins/theme_editor_plugin.h index 5b0357e3f8..60f9e09536 100644 --- a/editor/plugins/theme_editor_plugin.h +++ b/editor/plugins/theme_editor_plugin.h @@ -34,7 +34,7 @@ #include "scene/gui/margin_container.h" #include "scene/gui/option_button.h" #include "scene/gui/scroll_container.h" -#include "scene/gui/tabs.h" +#include "scene/gui/tab_bar.h" #include "scene/gui/texture_rect.h" #include "scene/resources/theme.h" #include "theme_editor_preview.h" @@ -391,7 +391,7 @@ class ThemeEditor : public VBoxContainer { Ref<Theme> theme; - Tabs *preview_tabs; + TabBar *preview_tabs; PanelContainer *preview_tabs_content; Button *add_preview_button; EditorFileDialog *preview_scene_dialog; |