diff options
Diffstat (limited to 'lib/kformula/encloseelement.h')
-rw-r--r-- | lib/kformula/encloseelement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/encloseelement.h b/lib/kformula/encloseelement.h index b6b16a0d..758e32a4 100644 --- a/lib/kformula/encloseelement.h +++ b/lib/kformula/encloseelement.h @@ -27,7 +27,7 @@ KFORMULA_NAMESPACE_BEGIN class EncloseElement : public SequenceElement { typedef SequenceElement inherited; public: - EncloseElement( BasicElement* tqparent = 0 ); + EncloseElement( BasicElement* parent = 0 ); private: virtual bool readAttributesFromMathMLDom(const TQDomElement& element); |