diff options
Diffstat (limited to 'kivio/kiviopart/kiviosdk/kivio_connector_point.cpp')
-rw-r--r-- | kivio/kiviopart/kiviosdk/kivio_connector_point.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kivio/kiviopart/kiviosdk/kivio_connector_point.cpp b/kivio/kiviopart/kiviosdk/kivio_connector_point.cpp index d408bee6..0208f932 100644 --- a/kivio/kiviopart/kiviosdk/kivio_connector_point.cpp +++ b/kivio/kiviopart/kiviosdk/kivio_connector_point.cpp @@ -83,10 +83,10 @@ void KivioConnectorPoint::setTarget( KivioConnectorTarget *pTarget ) * Sets the x coordinate. * * @param newX The new value - * @param updateStencil Whether or not the stencil's geometry should be updated (def=true) + * @param updateStencil Whether or not the stencil's tqgeometry should be updated (def=true) * * Sets the X coordinate to a new value, and optionally - * updates the stencil's geometry if updateStencil is true. + * updates the stencil's tqgeometry if updateStencil is true. */ void KivioConnectorPoint::setX( double newX, bool updateStencil ) { @@ -102,10 +102,10 @@ void KivioConnectorPoint::setX( double newX, bool updateStencil ) * Sets the y coordinate. * * @param newY The new value - * @param updateStencil Whether or not the stencil's geometry should be updated (def=true) + * @param updateStencil Whether or not the stencil's tqgeometry should be updated (def=true) * * Sets the Y coordinate to a new value, and optionally - * updates the stencil's geometry if updateStencil is true. + * updates the stencil's tqgeometry if updateStencil is true. */ void KivioConnectorPoint::setY( double newY, bool updateStencil ) { @@ -122,10 +122,10 @@ void KivioConnectorPoint::setY( double newY, bool updateStencil ) * * @param newX The new x value * @param newY The new y value - * @param updateStencil Whether or not the stencil's geometry should be updated (def=true) + * @param updateStencil Whether or not the stencil's tqgeometry should be updated (def=true) * * Sets the X & Y coordinates to new values, and optionally - * updates the stencil's geometry if updateStencil is true. + * updates the stencil's tqgeometry if updateStencil is true. */ void KivioConnectorPoint::setPosition( double newX, double newY, bool updateStencil ) { |