summaryrefslogtreecommitdiffstats
path: root/lib/kformula/sequenceparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/sequenceparser.cc')
-rw-r--r--lib/kformula/sequenceparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/sequenceparser.cc b/lib/kformula/sequenceparser.cc
index 9a4ee8a2..bbc2f0b1 100644
--- a/lib/kformula/sequenceparser.cc
+++ b/lib/kformula/sequenceparser.cc
@@ -196,7 +196,7 @@ ElementType* SequenceParser::getPrimitive()
switch ( type ) {
case ORDINARY: {
// TQString text = getText();
-// if ( table.tqcontains( text ) || ( text == "\\quad" ) ) {
+// if ( table.contains( text ) || ( text == "\\quad" ) ) {
// return new NameType( this, text );
// }
// else {