diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-16 13:16:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-16 13:16:49 +0300 |
commit | 9ca8495acdebb975a7b0777e11d7c599e61c0185 (patch) | |
tree | c11e7b3e7691d21b79a7fe73fcee782552b63398 /src/gui/base/keyevent.hpp | |
parent | 3ae82048ca8636ce03e71bdd4c11f60594cfc698 (diff) | |
download | plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.gz plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.bz2 plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.xz plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.zip |
move inputevent into events directory.
Diffstat (limited to 'src/gui/base/keyevent.hpp')
-rw-r--r-- | src/gui/base/keyevent.hpp | 4 |
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: /** |