diff options
Diffstat (limited to 'karbon/shapes/vrectangle.h')
-rw-r--r-- | karbon/shapes/vrectangle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/shapes/vrectangle.h b/karbon/shapes/vrectangle.h index 08c4e085..c5604708 100644 --- a/karbon/shapes/vrectangle.h +++ b/karbon/shapes/vrectangle.h @@ -26,8 +26,8 @@ class KARBONBASE_EXPORT VRectangle : public VPath { public: - VRectangle( VObject* tqparent, VState state = edit ); - VRectangle( VObject* tqparent, + VRectangle( VObject* parent, VState state = edit ); + VRectangle( VObject* parent, const KoPoint& topLeft, double width, double height, double rx = 0.0, double ry = 0.0 ); virtual TQString name() const; |