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/tiles/tile_map_editor.h | |
parent | 85a8939fa21f065ef7608e67612d4fe4b2b89bc7 (diff) | |
download | redot-engine-67acb7de6eba660ee1f0fda5f25669d2462b7fe4.tar.gz |
Rename `Tabs` to `TabBar`
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r-- | editor/plugins/tiles/tile_map_editor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.h b/editor/plugins/tiles/tile_map_editor.h index 54bac160a3..d33dcf54ec 100644 --- a/editor/plugins/tiles/tile_map_editor.h +++ b/editor/plugins/tiles/tile_map_editor.h @@ -38,7 +38,7 @@ #include "editor/editor_node.h" #include "scene/2d/tile_map.h" #include "scene/gui/box_container.h" -#include "scene/gui/tabs.h" +#include "scene/gui/tab_bar.h" class TileMapEditorPlugin : public Object { public: @@ -351,7 +351,7 @@ private: // Bottom panel. Label *missing_tileset_label; - Tabs *tabs_bar; + TabBar *tabs_bar; LocalVector<TileMapEditorPlugin::TabData> tabs_data; LocalVector<TileMapEditorPlugin *> tabs_plugins; void _update_bottom_panel(); |