summaryrefslogtreecommitdiffstats
path: root/lib/kformula/kformulacommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/kformulacommand.h')
-rw-r--r--lib/kformula/kformulacommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/kformulacommand.h b/lib/kformula/kformulacommand.h
index 8b1d2555..a63053d7 100644
--- a/lib/kformula/kformulacommand.h
+++ b/lib/kformula/kformulacommand.h
@@ -256,7 +256,7 @@ public:
* Collect content for each token
*/
void addContent( BasicElement* element, BasicElement* content ) {
- contentList.tqfind( element )->append( content );
+ contentList.find( element )->append( content );
}