summaryrefslogtreecommitdiff
path: root/src/events/inputguievent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/events/inputguievent.h')
-rw-r--r--src/events/inputguievent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/inputguievent.h b/src/events/inputguievent.h
index 8523959ed..2e5136ea2 100644
--- a/src/events/inputguievent.h
+++ b/src/events/inputguievent.h
@@ -84,7 +84,7 @@ class InputGuiEvent: public Event
* @param isAltPressed True if alt is pressed, false otherwise.
* @param isMetaPressed True if meta is pressed, false otherwise.
*/
- InputGuiEvent(gcn::Widget *const source,
+ InputGuiEvent(Widget *const source,
const bool shiftPressed,
const bool controlPressed,
const bool altPressed,