diff options
Diffstat (limited to 'lib/kformula/tokenelement.cc')
-rw-r--r-- | lib/kformula/tokenelement.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/tokenelement.cc b/lib/kformula/tokenelement.cc index eda9c0dc..6addc385 100644 --- a/lib/kformula/tokenelement.cc +++ b/lib/kformula/tokenelement.cc @@ -67,7 +67,7 @@ int TokenElement::buildChildrenFromMathMLDom(TQPtrList<BasicElement>& list, TQDo kdWarning() << "Invalid entity refererence: " << entity << endl; } else { - TextElement* child = new TextElement( TQChar( pos->tqunicode ) ); + TextElement* child = new TextElement( TQChar( pos->unicode ) ); child->setParent(this); child->setCharFamily( charFamily() ); child->setCharStyle( charStyle() ); |