diff options
Diffstat (limited to 'lib/kformula/textelement.h')
| -rw-r--r-- | lib/kformula/textelement.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kformula/textelement.h b/lib/kformula/textelement.h index 48eb1d43d..99b6e63a2 100644 --- a/lib/kformula/textelement.h +++ b/lib/kformula/textelement.h @@ -38,7 +38,7 @@ class TextElement : public BasicElement { TextElement operator=( const TextElement& ) { return *this; } public: - TextElement(TQChar ch = ' ', bool beSymbol = false, BasicElement* tqparent = 0); + TextElement(TQChar ch = ' ', bool beSymbol = false, BasicElement* parent = 0); TextElement( const TextElement& ); virtual TextElement* clone() { @@ -82,7 +82,7 @@ public: /** * Draws the whole element including its tqchildren. - * The `parentOrigin' is the point this element's tqparent starts. + * The `parentOrigin' is the point this element's parent starts. * We can use our parentPosition to get our own origin then. */ virtual void draw( TQPainter& painter, const LuPixelRect& r, @@ -129,7 +129,7 @@ public: virtual TQString formulaString(); - virtual void writeMathML( TQDomDocument& doc, TQDomNode& tqparent, bool oasisFormat = false ) const ; + virtual void writeMathML( TQDomDocument& doc, TQDomNode& parent, bool oasisFormat = false ) const ; protected: @@ -226,7 +226,7 @@ class EmptyElement : public BasicElement { EmptyElement& operator=( const EmptyElement& ) { return *this; } public: - EmptyElement( BasicElement* tqparent = 0 ); + EmptyElement( BasicElement* parent = 0 ); EmptyElement( const EmptyElement& ); virtual EmptyElement* clone() { @@ -253,7 +253,7 @@ public: /** * Draws the whole element including its tqchildren. - * The `parentOrigin' is the point this element's tqparent starts. + * The `parentOrigin' is the point this element's parent starts. * We can use our parentPosition to get our own origin then. */ virtual void draw( TQPainter& painter, const LuPixelRect& r, |
