diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-17 02:00:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-17 02:00:20 +0300 |
commit | d2b34e1d51d04288274eca0151de959817f037a2 (patch) | |
tree | 73fe2bccc54eb27884d1e1d78424c486e79d0111 /src/gui/base/widgets/textbox.cpp | |
parent | b1a2e2bc36735e61d903f31fd2d541b082970392 (diff) | |
download | plus-d2b34e1d51d04288274eca0151de959817f037a2.tar.gz plus-d2b34e1d51d04288274eca0151de959817f037a2.tar.bz2 plus-d2b34e1d51d04288274eca0151de959817f037a2.tar.xz plus-d2b34e1d51d04288274eca0151de959817f037a2.zip |
Move key into input directory.
Diffstat (limited to 'src/gui/base/widgets/textbox.cpp')
-rw-r--r-- | src/gui/base/widgets/textbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/base/widgets/textbox.cpp b/src/gui/base/widgets/textbox.cpp index db5d91b92..292e35850 100644 --- a/src/gui/base/widgets/textbox.cpp +++ b/src/gui/base/widgets/textbox.cpp @@ -70,8 +70,8 @@ #include "gui/font.h" #include "gui/base/basiccontainer.hpp" -#include "gui/base/key.hpp" +#include "input/key.h" #include "input/mouseinput.h" #include "render/graphics.h" |