diff options
Diffstat (limited to 'lib/kformula/tokenelement.h')
-rw-r--r-- | lib/kformula/tokenelement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/tokenelement.h b/lib/kformula/tokenelement.h index 9982225b..571cc247 100644 --- a/lib/kformula/tokenelement.h +++ b/lib/kformula/tokenelement.h @@ -30,7 +30,7 @@ KFORMULA_NAMESPACE_BEGIN class TokenElement : public TokenStyleElement { typedef TokenStyleElement inherited; public: - TokenElement( BasicElement* tqparent = 0 ); + TokenElement( BasicElement* parent = 0 ); virtual int buildChildrenFromMathMLDom(TQPtrList<BasicElement>& list, TQDomNode n); |