summaryrefslogtreecommitdiff
path: root/editor/plugins/theme_editor_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-20 15:42:41 +0200
committerGitHub <noreply@github.com>2021-10-20 15:42:41 +0200
commitc942d567ebd42787ab1845c9b9412a10e49241b1 (patch)
tree5d2bd3b267733f18d7922aa5f822c52c0c54d6c8 /editor/plugins/theme_editor_plugin.h
parent096290cb7aec5fb411abbc7a0aee4c3be892b240 (diff)
parent67acb7de6eba660ee1f0fda5f25669d2462b7fe4 (diff)
Merge pull request #53926 from YeldhamDev/i_am_tabbar_now
Diffstat (limited to 'editor/plugins/theme_editor_plugin.h')
-rw-r--r--editor/plugins/theme_editor_plugin.h4
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;