Changes after TouchedSignal changes
[platform/core/uifw/dali-demo.git] / examples / hello-world / hello-world-example.cpp
index ebf322e..1f3599a 100644 (file)
@@ -48,7 +48,7 @@ public:
     window.Add( textLabel );
 
     // Respond to a touch anywhere on the window
-    window.GetRootLayer().TouchSignal().Connect( this, &HelloWorldController::OnTouch );
+    window.GetRootLayer().TouchedSignal().Connect( this, &HelloWorldController::OnTouch );
 
     // Respond to key events
     window.KeyEventSignal().Connect( this, &HelloWorldController::OnKeyEvent );