diff options
Diffstat (limited to 'lib/kformula/textelement.cc')
-rw-r--r-- | lib/kformula/textelement.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/textelement.cc b/lib/kformula/textelement.cc index c9826429..8789377c 100644 --- a/lib/kformula/textelement.cc +++ b/lib/kformula/textelement.cc @@ -106,7 +106,7 @@ bool TextElement::isInvisible() const /** * Calculates our width and height and - * our tqchildren's parentPosition. + * our children's parentPosition. */ void TextElement::calcSizes( const ContextStyle& context, ContextStyle::TextStyle tstyle, @@ -155,7 +155,7 @@ void TextElement::calcSizes( const ContextStyle& context, } /** - * Draws the whole element including its tqchildren. + * Draws the whole element including its children. * The `parentOrigin' is the point this element's parent starts. * We can use our parentPosition to get our own origin then. */ |