diff options
Diffstat (limited to 'karbon/shapes/vrectangle.h')
-rw-r--r-- | karbon/shapes/vrectangle.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/karbon/shapes/vrectangle.h b/karbon/shapes/vrectangle.h index 04bd20d0..08c4e085 100644 --- a/karbon/shapes/vrectangle.h +++ b/karbon/shapes/vrectangle.h @@ -26,16 +26,16 @@ class KARBONBASE_EXPORT VRectangle : public VPath { public: - VRectangle( VObject* parent, VState state = edit ); - VRectangle( VObject* parent, + VRectangle( VObject* tqparent, VState state = edit ); + VRectangle( VObject* tqparent, const KoPoint& topLeft, double width, double height, double rx = 0.0, double ry = 0.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; |