summaryrefslogtreecommitdiffstats
path: root/lib/kformula/errorelement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/errorelement.cc')
-rw-r--r--lib/kformula/errorelement.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/errorelement.cc b/lib/kformula/errorelement.cc
index c63cf09c..7a685f86 100644
--- a/lib/kformula/errorelement.cc
+++ b/lib/kformula/errorelement.cc
@@ -23,12 +23,12 @@
KFORMULA_NAMESPACE_BEGIN
-ErrorElement::ErrorElement( BasicElement* tqparent ) : SequenceElement( tqparent ) {
+ErrorElement::ErrorElement( BasicElement* parent ) : SequenceElement( parent ) {
}
/**
* 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 ErrorElement::draw( TQPainter& painter, const LuPixelRect& r,