diff options
Diffstat (limited to 'karbon/shapes/vspiral.h')
-rw-r--r-- | karbon/shapes/vspiral.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/shapes/vspiral.h b/karbon/shapes/vspiral.h index fc99436c..9411afc2 100644 --- a/karbon/shapes/vspiral.h +++ b/karbon/shapes/vspiral.h @@ -31,8 +31,8 @@ public: round, rectangular }; - VSpiral( VObject* tqparent, VState state = edit ); - VSpiral( VObject* tqparent, + VSpiral( VObject* parent, VState state = edit ); + VSpiral( VObject* parent, const KoPoint& center, double radius, uint segments, double fade, bool clockwise, double angle = 0.0, VSpiralType type = round ); |