diff options
Diffstat (limited to 'editor/project_export.h')
-rw-r--r-- | editor/project_export.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editor/project_export.h b/editor/project_export.h index b292976a78..476a30c9c0 100644 --- a/editor/project_export.h +++ b/editor/project_export.h @@ -90,7 +90,7 @@ private: Tree *patches; Button *patch_export; int patch_index; - FileDialog *patch_dialog; + EditorFileDialog *patch_dialog; ConfirmationDialog *patch_erase; Button *export_button; @@ -139,10 +139,10 @@ private: bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const; void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from); - FileDialog *export_pck_zip; - FileDialog *export_project; - CheckButton *export_debug; - CheckButton *export_pck_zip_debug; + EditorFileDialog *export_pck_zip; + EditorFileDialog *export_project; + CheckBox *export_debug; + CheckBox *export_pck_zip_debug; void _open_export_template_manager(); |