summaryrefslogtreecommitdiff
path: root/scene/gui/shortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/shortcut.h')
-rw-r--r--scene/gui/shortcut.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/scene/gui/shortcut.h b/scene/gui/shortcut.h
index 063d4e43dc..176958b397 100644
--- a/scene/gui/shortcut.h
+++ b/scene/gui/shortcut.h
@@ -32,10 +32,10 @@
#define SHORTCUT_H
#include "core/input/input_event.h"
-#include "core/resource.h"
+#include "core/io/resource.h"
-class ShortCut : public Resource {
- GDCLASS(ShortCut, Resource);
+class Shortcut : public Resource {
+ GDCLASS(Shortcut, Resource);
Ref<InputEvent> shortcut;
@@ -50,7 +50,7 @@ public:
String get_as_text() const;
- ShortCut();
+ Shortcut();
};
#endif // SHORTCUT_H