diff options
Diffstat (limited to 'karbon/shapes/vellipse.h')
-rw-r--r-- | karbon/shapes/vellipse.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/karbon/shapes/vellipse.h b/karbon/shapes/vellipse.h index e7decbd2..98f0ec11 100644 --- a/karbon/shapes/vellipse.h +++ b/karbon/shapes/vellipse.h @@ -33,17 +33,17 @@ public: cut, arc }; - VEllipse( VObject* parent, VState state = edit ); - VEllipse( VObject* parent, + VEllipse( VObject* tqparent, VState state = edit ); + VEllipse( VObject* tqparent, const KoPoint& topLeft, double width, double height, VEllipseType type = full, double startAngle = 0, double endAngle = 0 ); - virtual QString name() const; + virtual TQString name() const; - virtual void save( QDomElement& element ) const; + virtual void save( TQDomElement& element ) const; virtual void saveOasis( KoStore *store, KoXmlWriter *docWriter, KoGenStyles &mainStyles, int &index ) const; - virtual void load( const QDomElement& element ); - virtual bool loadOasis( const QDomElement &element, KoOasisLoadingContext &context ); + virtual void load( const TQDomElement& element ); + virtual bool loadOasis( const TQDomElement &element, KoOasisLoadingContext &context ); virtual VPath* clone() const; |