DALi signals refactor to remove V2 naming
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / text-input / text-input-decorator-impl.h
index e1b3787..7de78bf 100644 (file)
@@ -107,7 +107,7 @@ public:
    * @param actor Handle of the selection or grab handle.
    * @param gesture Data structure with the parameters of the gesture.
    */
-  void OnHandlePan(Actor actor, PanGesture gesture);
+  void OnHandlePan(Actor actor, const PanGesture& gesture);
 
   // Selection Handles
 
@@ -563,8 +563,8 @@ private:
 
 public:
 
-  typedef SignalV2< bool( Toolkit::Button ) > PressedSignal;
-  typedef SignalV2< void () > CursorPositionedSignal;
+  typedef Signal< bool( Toolkit::Button ) > PressedSignal;
+  typedef Signal< void () > CursorPositionedSignal;
   /**
    * @brief Signal emitted when the button is touched.
    * This is relayed from the PopUp class.  It enables the owner of the Decorator to act on the PopUp button press.