summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index e5a4cf654a..6553d3eee2 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -33,6 +33,7 @@
#include "editor/call_dialog.h"
#include "editor/connections_dialog.h"
#include "editor/create_dialog.h"
+#include "editor/editor_about.h"
#include "editor/editor_data.h"
#include "editor/editor_path.h"
#include "editor/editor_run.h"
@@ -299,7 +300,7 @@ private:
ConfirmationDialog *import_confirmation;
ConfirmationDialog *pick_main_scene;
AcceptDialog *accept;
- AcceptDialog *about;
+ EditorAbout *about;
AcceptDialog *warning;
int overridden_default_layout;
@@ -425,9 +426,6 @@ private:
List<String> previous_scenes;
bool opening_prev;
- Tree *_tpl_tree;
- TextEdit *_tpl_text;
-
void _dialog_action(String p_file);
void _edit_current();