Revert "Revert "Fix build errors for MS-Windows after KeyEvent class pimpling patch.""
[platform/core/uifw/dali-adaptor.git] / dali / internal / input / windows / input-method-context-impl-win.h
index 253bc02..58b91b3 100755 (executable)
@@ -281,7 +281,7 @@ private:
    * @param[in] keyEvent The event key to be handled.\r
    * @return Whether the event key is handled.\r
    */\r
-  bool ProcessEventKeyDown( const KeyEvent& keyEvent );\r
+  bool ProcessEventKeyDown( const Dali::KeyEvent& keyEvent );\r
 \r
   /**\r
    * @brief Process event key up, whether filter a key to isf.\r
@@ -289,7 +289,7 @@ private:
    * @param[in] keyEvent The event key to be handled.\r
    * @return Whether the event key is handled.\r
    */\r
-  bool ProcessEventKeyUp( const KeyEvent& keyEvent );\r
+  bool ProcessEventKeyUp( const Dali::KeyEvent& keyEvent );\r
 \r
   /**\r
    * Called when the binded actor is added to a window.\r