summaryrefslogtreecommitdiffstats
path: root/lib/kformula/spaceelement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/spaceelement.cc')
-rw-r--r--lib/kformula/spaceelement.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/spaceelement.cc b/lib/kformula/spaceelement.cc
index 1fb4f553..7d372360 100644
--- a/lib/kformula/spaceelement.cc
+++ b/lib/kformula/spaceelement.cc
@@ -55,7 +55,7 @@ SpaceElement::SpaceElement( SpaceWidth space, bool tab, BasicElement* parent )
case THICK:
m_widthType = ThickMathSpace;
break;
- case TQUAD:
+ case QUAD:
m_widthType = VeryVeryThickMathSpace;
break;
}