diff options
Diffstat (limited to 'lib/kformula/errorelement.h')
-rw-r--r-- | lib/kformula/errorelement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/errorelement.h b/lib/kformula/errorelement.h index c7d69fed..cfc2735d 100644 --- a/lib/kformula/errorelement.h +++ b/lib/kformula/errorelement.h @@ -27,11 +27,11 @@ KFORMULA_NAMESPACE_BEGIN class ErrorElement : public SequenceElement { typedef SequenceElement inherited; public: - ErrorElement( BasicElement* tqparent = 0 ); + ErrorElement( BasicElement* parent = 0 ); /** * 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. */ virtual void draw( TQPainter& painter, const LuPixelRect& r, |