From 5c9a571bcfe1a1a3e007fc53cca9c4ebd0be68a5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 Jul 2014 21:55:47 +0300 Subject: Rename KeyItem into InputItem. --- src/input/keyfunction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/keyfunction.h') diff --git a/src/input/keyfunction.h b/src/input/keyfunction.h index 2376e4da5..22d8e358f 100644 --- a/src/input/keyfunction.h +++ b/src/input/keyfunction.h @@ -21,7 +21,7 @@ #ifndef INPUT_KEYFUNCTION_H #define INPUT_KEYFUNCTION_H -#include "input/keyitem.h" +#include "input/inputitem.h" #include "localconsts.h" @@ -29,7 +29,7 @@ const unsigned int KeyFunctionSize = 3; struct KeyFunction final { - KeyItem values[KeyFunctionSize]; + InputItem values[KeyFunctionSize]; }; #endif // INPUT_KEYFUNCTION_H -- cgit v1.2.3-70-g09d2