summaryrefslogtreecommitdiffstats
path: root/lib/kformula/tokenelement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/tokenelement.cc')
-rw-r--r--lib/kformula/tokenelement.cc2
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() );