diff options
Diffstat (limited to 'scene/gui/line_edit.cpp')
-rw-r--r-- | scene/gui/line_edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/line_edit.cpp b/scene/gui/line_edit.cpp index 893670efea..7f61cf80ec 100644 --- a/scene/gui/line_edit.cpp +++ b/scene/gui/line_edit.cpp @@ -33,7 +33,7 @@ #include "label.h" #include "translation.h" #ifdef TOOLS_ENABLED -#include "tools/editor/editor_settings.h" +#include "editor/editor_settings.h" #endif static bool _is_text_char(CharType c) { |