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