diff options
Diffstat (limited to 'tools/editor/quick_open.h')
| -rw-r--r-- | tools/editor/quick_open.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/quick_open.h b/tools/editor/quick_open.h index 6177fc735e..ef91d910b1 100644 --- a/tools/editor/quick_open.h +++ b/tools/editor/quick_open.h @@ -35,7 +35,7 @@ #include "pair.h" class EditorQuickOpen : public ConfirmationDialog { - OBJ_TYPE(EditorQuickOpen,ConfirmationDialog ) + GDCLASS(EditorQuickOpen,ConfirmationDialog ) LineEdit *search_box; Tree *search_options; |
