summaryrefslogtreecommitdiff
path: root/src/gui/windows/shortcutwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/shortcutwindow.h')
-rw-r--r--src/gui/windows/shortcutwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/shortcutwindow.h b/src/gui/windows/shortcutwindow.h
index f4c417c94..707a0a1d7 100644
--- a/src/gui/windows/shortcutwindow.h
+++ b/src/gui/windows/shortcutwindow.h
@@ -60,9 +60,9 @@ class ShortcutWindow final : public Window
int getTabIndex() const A_WARN_UNUSED;
- void widgetHidden(const gcn::Event &event) override final;
+ void widgetHidden(const Event &event) override final;
- void widgetMoved(const gcn::Event& event) override final;
+ void widgetMoved(const Event& event) override final;
void mousePressed(gcn::MouseEvent &event) override final;