DALi signals refactor to remove V2 naming
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / text-view / text-view-impl.h
index 8c02e38..ac82fc8 100644 (file)
@@ -332,7 +332,7 @@ public:
   /**
    * @copydoc ScrolledSignal()
    */
-  Toolkit::TextView::ScrolledSignalV2& ScrolledSignal();
+  Toolkit::TextView::ScrolledSignalType& ScrolledSignal();
 
   /**
    * Connects a callback function with the object's signals.
@@ -747,7 +747,7 @@ private:
   bool                                            mPreviousSnapshotModeEnabled:1; ///< Stores the previous snapshot mode value.
   bool                                            mMarkUpEnabled:1;               ///< enable to scan for mark-up
 
-  Toolkit::TextView::ScrolledSignalV2             mScrolledSignalV2;              ///< Signal emitted when text is scrolled.
+  Toolkit::TextView::ScrolledSignalType             mScrolledSignal;              ///< Signal emitted when text is scrolled.
 };
 
 } // namespace Internal