summaryrefslogtreecommitdiffstats
path: root/lib/kformula/spaceelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/spaceelement.h')
-rw-r--r--lib/kformula/spaceelement.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kformula/spaceelement.h b/lib/kformula/spaceelement.h
index 46397509..a8c5ec9a 100644
--- a/lib/kformula/spaceelement.h
+++ b/lib/kformula/spaceelement.h
@@ -78,7 +78,7 @@ public:
/**
* Calculates our width and height and
- * our children's parentPosition.
+ * our tqchildren's parentPosition.
*/
virtual void calcSizes( const ContextStyle& cstyle,
ContextStyle::TextStyle tstyle,
@@ -86,7 +86,7 @@ public:
StyleAttributes& style );
/**
- * Draws the whole element including its children.
+ * Draws the whole element including its tqchildren.
* The `parentOrigin' is the point this element's parent starts.
* We can use our parentPosition to get our own origin then.
*/
@@ -105,7 +105,7 @@ public:
/**
* @returns the latex representation of the element and
- * of the element's children
+ * of the element's tqchildren
*/
virtual TQString toLatex();