summaryrefslogtreecommitdiffstats
path: root/lib/kformula/bracketelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/bracketelement.h')
-rw-r--r--lib/kformula/bracketelement.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/kformula/bracketelement.h b/lib/kformula/bracketelement.h
index eb0e2613..83879aac 100644
--- a/lib/kformula/bracketelement.h
+++ b/lib/kformula/bracketelement.h
@@ -40,7 +40,7 @@ class SingleContentElement : public BasicElement {
SingleContentElement& operator=( const SingleContentElement& ) { return *this; }
public:
- SingleContentElement(BasicElement* tqparent = 0);
+ SingleContentElement(BasicElement* parent = 0);
~SingleContentElement();
SingleContentElement( const SingleContentElement& );
@@ -166,7 +166,7 @@ public:
enum { contentPos };
BracketElement(SymbolType left = EmptyBracket, SymbolType right = EmptyBracket,
- BasicElement* tqparent = 0);
+ BasicElement* parent = 0);
~BracketElement();
BracketElement( const BracketElement& );
@@ -209,7 +209,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,
@@ -303,7 +303,7 @@ class OverlineElement : public SingleContentElement {
OverlineElement& operator=( const OverlineElement& ) { return *this; }
public:
- OverlineElement(BasicElement* tqparent = 0);
+ OverlineElement(BasicElement* parent = 0);
~OverlineElement();
OverlineElement( const OverlineElement& );
@@ -331,7 +331,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,
@@ -349,7 +349,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:
@@ -370,7 +370,7 @@ private:
class UnderlineElement : public SingleContentElement {
UnderlineElement& operator=( const UnderlineElement& ) { return *this; }
public:
- UnderlineElement(BasicElement* tqparent = 0);
+ UnderlineElement(BasicElement* parent = 0);
~UnderlineElement();
UnderlineElement( const UnderlineElement& );
@@ -398,7 +398,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,
@@ -416,7 +416,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: