summaryrefslogtreecommitdiffstats
path: root/karbon/shapes/vsinus.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/shapes/vsinus.h')
-rw-r--r--karbon/shapes/vsinus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/shapes/vsinus.h b/karbon/shapes/vsinus.h
index 10b902d8..89510d0f 100644
--- a/karbon/shapes/vsinus.h
+++ b/karbon/shapes/vsinus.h
@@ -26,8 +26,8 @@
class KARBONBASE_EXPORT VSinus : public VPath
{
public:
- VSinus( VObject* tqparent, VState state = edit );
- VSinus( VObject* tqparent,
+ VSinus( VObject* parent, VState state = edit );
+ VSinus( VObject* parent,
const KoPoint& topLeft, double width, double height, uint periods );
virtual TQString name() const;