summaryrefslogtreecommitdiff
path: root/tools/editor/editor_file_dialog.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-01-14 10:52:54 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-01-14 10:52:54 +0100
commit7b9f2d9929d0e8516d42379962533df823c7c550 (patch)
treeb7901c8146209506889d18f6bb01d65f7a8c7a07 /tools/editor/editor_file_dialog.h
parent6c512b88c22cb9615a03deb000447e97c20c7080 (diff)
Finish renaming *Frame GUI classes to *Rect
ReferenceFrame had been overlooked, and the cpp files still used the old names. Also ripgrep'ed it all to find some forgotten references.
Diffstat (limited to 'tools/editor/editor_file_dialog.h')
-rw-r--r--tools/editor/editor_file_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_file_dialog.h b/tools/editor/editor_file_dialog.h
index 04ee0cc55f..193cbc513c 100644
--- a/tools/editor/editor_file_dialog.h
+++ b/tools/editor/editor_file_dialog.h
@@ -35,7 +35,7 @@
#include "scene/gui/option_button.h"
#include "os/dir_access.h"
#include "scene/gui/box_container.h"
-#include "scene/gui/texture_frame.h"
+#include "scene/gui/texture_rect.h"
#include "scene/gui/tool_button.h"
/**
@author Juan Linietsky <reduzio@gmail.com>