summaryrefslogtreecommitdiffstats
path: root/lib/kformula/fractionelement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/fractionelement.cc')
-rw-r--r--lib/kformula/fractionelement.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/fractionelement.cc b/lib/kformula/fractionelement.cc
index fb76a11e..1230bb60 100644
--- a/lib/kformula/fractionelement.cc
+++ b/lib/kformula/fractionelement.cc
@@ -32,7 +32,7 @@
KFORMULA_NAMESPACE_BEGIN
using namespace std;
-FractionElement::FractionElement(BasicElement* tqparent) : BasicElement(tqparent),
+FractionElement::FractionElement(BasicElement* parent) : BasicElement(parent),
m_lineThicknessType( NoSize ),
m_numAlign( NoHorizontalAlign ),
m_denomAlign( NoHorizontalAlign ),
@@ -156,7 +156,7 @@ void FractionElement::calcSizes( const ContextStyle& context,
/**
* 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.
*/
void FractionElement::draw( TQPainter& painter, const LuPixelRect& r,