aboutsummaryrefslogtreecommitdiffstats
path: root/InputEventManager/src/inputeventmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'InputEventManager/src/inputeventmanager.h')
-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);