From 04766b207afba7961d4d802313e426f5a2fbef63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- karbon/shapes/vrectangle.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'karbon/shapes/vrectangle.cc') diff --git a/karbon/shapes/vrectangle.cc b/karbon/shapes/vrectangle.cc index 01d1d243..bb3512fd 100644 --- a/karbon/shapes/vrectangle.cc +++ b/karbon/shapes/vrectangle.cc @@ -30,14 +30,14 @@ #include #include "vtransformcmd.h" -VRectangle::VRectangle( VObject* tqparent, VState state ) - : VPath( tqparent, state ) +VRectangle::VRectangle( VObject* parent, VState state ) + : VPath( parent, state ) { } -VRectangle::VRectangle( VObject* tqparent, +VRectangle::VRectangle( VObject* parent, const KoPoint& topLeft, double width, double height, double rx, double ry ) - : VPath( tqparent ), m_topLeft( topLeft ), m_width( width), m_height( height ), m_rx( rx ), m_ry( ry ) + : VPath( parent ), m_topLeft( topLeft ), m_width( width), m_height( height ), m_rx( rx ), m_ry( ry ) { setDrawCenterNode(); -- cgit v1.2.1