X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=InputEventManager%2Fsrc%2Finputeventmanager.h;h=075895c6d8d6415ebc76c868ea02e36501a43f5d;hp=6bbf442bd8658781254e5684a6a8c82437e970fc;hb=ffad9fd5bed339b7ae3bd8086f1c90ce1b6dc69b;hpb=d726a91974d959a5765ab7d3b3c939132febd2e5 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);