summaryrefslogtreecommitdiffstats
path: root/InputEventManager
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-11-22 14:42:05 +0900
committerTasuku Suzuki <tasuku.suzuki@qt.io>2016-11-22 14:42:12 +0900
commitffad9fd5bed339b7ae3bd8086f1c90ce1b6dc69b (patch)
treedd41984b02d002976d94f4237657b2474a1656e5 /InputEventManager
parentd726a91974d959a5765ab7d3b3c939132febd2e5 (diff)
fix typo
Change-Id: I11b6b535c2587c5e61dfb17c8cb56f2554e06c06 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'InputEventManager')
-rw-r--r--InputEventManager/src/inputeventmanager.h4
1 files changed, 2 insertions, 2 deletions
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.hpp>
#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);