summaryrefslogtreecommitdiffstats
path: root/karbon/shapes/vspiral.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/shapes/vspiral.h')
-rw-r--r--karbon/shapes/vspiral.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/karbon/shapes/vspiral.h b/karbon/shapes/vspiral.h
index 2b80f6ad..fc99436c 100644
--- a/karbon/shapes/vspiral.h
+++ b/karbon/shapes/vspiral.h
@@ -31,15 +31,15 @@ public:
round,
rectangular
};
- VSpiral( VObject* parent, VState state = edit );
- VSpiral( VObject* parent,
+ VSpiral( VObject* tqparent, VState state = edit );
+ VSpiral( VObject* tqparent,
const KoPoint& center, double radius, uint segments,
double fade, bool clockwise, double angle = 0.0, VSpiralType type = round );
- virtual QString name() const;
+ virtual TQString name() const;
- virtual void save( QDomElement& element ) const;
- virtual void load( const QDomElement& element );
+ virtual void save( TQDomElement& element ) const;
+ virtual void load( const TQDomElement& element );
virtual VPath* clone() const;