diff options
Diffstat (limited to 'lib/kformula/formulaelement.h')
-rw-r--r-- | lib/kformula/formulaelement.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kformula/formulaelement.h b/lib/kformula/formulaelement.h index a7e83e4c..e6702668 100644 --- a/lib/kformula/formulaelement.h +++ b/lib/kformula/formulaelement.h @@ -34,7 +34,7 @@ class SymbolTable; /** * The main element. - * A formula consists of a FormulaElement and its children. + * A formula consists of a FormulaElement and its tqchildren. * The only element that has no parent. */ class FormulaElement : public SequenceElement { @@ -113,7 +113,7 @@ public: /** * Calculates our width and height and - * our children's parentPosition. + * our tqchildren's parentPosition. */ virtual void calcSizes( const ContextStyle& context, ContextStyle::TextStyle tstyle, @@ -121,7 +121,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. */ @@ -159,7 +159,7 @@ public: /** * @returns the latex representation of the element and - * of the element's children + * of the element's tqchildren */ virtual TQString toLatex(); |