summaryrefslogtreecommitdiffstats
path: root/lib/kformula/formulaelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/formulaelement.h')
-rw-r--r--lib/kformula/formulaelement.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kformula/formulaelement.h b/lib/kformula/formulaelement.h
index 8f230128c..e67026680 100644
--- a/lib/kformula/formulaelement.h
+++ b/lib/kformula/formulaelement.h
@@ -35,7 +35,7 @@ class SymbolTable;
/**
* The main element.
* A formula consists of a FormulaElement and its tqchildren.
- * The only element that has no tqparent.
+ * The only element that has no parent.
*/
class FormulaElement : public SequenceElement {
typedef SequenceElement inherited;
@@ -122,7 +122,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,
@@ -170,7 +170,7 @@ public:
virtual KCommand* input( Container* container, TQKeyEvent* event );
- virtual void writeMathML( TQDomDocument& doc, TQDomNode& tqparent, bool oasisFormat = false ) const ;
+ virtual void writeMathML( TQDomDocument& doc, TQDomNode& parent, bool oasisFormat = false ) const ;
/**
* Appends our attributes to the dom element.