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 272af51f..eda9c0dc 100644 --- a/lib/kformula/tokenelement.cc +++ b/lib/kformula/tokenelement.cc @@ -97,7 +97,7 @@ int TokenElement::buildChildrenFromMathMLDom(TQPtrList<BasicElement>& list, TQDo n = n.nextSibling(); } // parse(); - kdWarning() << "Num of tqchildren " << list.count() << endl; + kdWarning() << "Num of children " << list.count() << endl; return 1; } |