summaryrefslogtreecommitdiff
path: root/src/gui/base/keyevent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/base/keyevent.hpp')
-rw-r--r--src/gui/base/keyevent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/base/keyevent.hpp b/src/gui/base/keyevent.hpp
index 4f2fa05a3..dd2b5f296 100644
--- a/src/gui/base/keyevent.hpp
+++ b/src/gui/base/keyevent.hpp
@@ -64,7 +64,7 @@
#ifndef GCN_KEYEVENT_HPP
#define GCN_KEYEVENT_HPP
-#include "gui/base/inputevent.hpp"
+#include "events/inputguievent.h"
#include "gui/base/key.hpp"
namespace gcn
@@ -74,7 +74,7 @@ namespace gcn
/**
* Represents a key event.
*/
- class KeyEvent: public InputEvent
+ class KeyEvent: public InputGuiEvent
{
public:
/**