diff options
Diffstat (limited to 'karbon/shapes/vellipse.cc')
| -rw-r--r-- | karbon/shapes/vellipse.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/shapes/vellipse.cc b/karbon/shapes/vellipse.cc index 15f5ce1cf..0b5fd80c2 100644 --- a/karbon/shapes/vellipse.cc +++ b/karbon/shapes/vellipse.cc @@ -30,14 +30,14 @@ #include <tqdom.h> #include <core/vfill.h> -VEllipse::VEllipse( VObject* tqparent, VState state ) : VPath( tqparent, state ) +VEllipse::VEllipse( VObject* parent, VState state ) : VPath( parent, state ) { } -VEllipse::VEllipse( VObject* tqparent, +VEllipse::VEllipse( VObject* parent, const KoPoint& topLeft, double width, double height, VEllipseType type, double startAngle, double endAngle ) - : VPath( tqparent ), m_type( type ), m_startAngle( startAngle ), m_endAngle( endAngle ) + : VPath( parent ), m_type( type ), m_startAngle( startAngle ), m_endAngle( endAngle ) { setDrawCenterNode(); |
