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 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;
}