Rename OnStage signals and related internal changes
[platform/core/uifw/dali-adaptor.git] / dali / internal / input / ubuntu-x11 / input-method-context-impl-x.cpp
index f9fe6ae..83e0c22 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -161,7 +161,7 @@ InputMethodContextX::InputMethodContextX( Dali::Actor actor )
 {
   ecore_imf_init();
 
-  actor.OnStageSignal().Connect( this, &InputMethodContextX::OnStaged );
+  actor.OnSceneSignal().Connect( this, &InputMethodContextX::OnStaged );
 }
 
 InputMethodContextX::~InputMethodContextX()