From ffad9fd5bed339b7ae3bd8086f1c90ce1b6dc69b Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Tue, 22 Nov 2016 14:42:05 +0900 Subject: fix typo Change-Id: I11b6b535c2587c5e61dfb17c8cb56f2554e06c06 Signed-off-by: Tasuku Suzuki --- InputEventManager/src/inputeventmanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'InputEventManager/src') diff --git a/InputEventManager/src/inputeventmanager.h b/InputEventManager/src/inputeventmanager.h index 6bbf442..075895c 100644 --- a/InputEventManager/src/inputeventmanager.h +++ b/InputEventManager/src/inputeventmanager.h @@ -17,7 +17,7 @@ #ifndef INPUTEVENTMANAGER_H #define INPUTEVENTMANAGER_H -#include "inputevent_adapter.h" +#include "inputevent_adaptor.h" #include #include "homescreen_proxy.h" @@ -40,7 +40,7 @@ private: InputeventAdaptor *mp_inputEventAdaptor; org::agl::homescreen *mp_dBusHomeScreenProxy; - //from inputevent_adapter.h + //from inputevent_adaptor.h public Q_SLOTS: // METHODS void hardKeyPressed(int key); -- cgit 1.2.3-korg