From 735d75d6ce19269dc5faa00abc8f88ff30ce2f23 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 13 Jan 2012 13:15:14 -0600 Subject: Fix inadvertent TQt string conversions This closes Bug 782 --- lib/kformula/contextstyle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kformula/contextstyle.cc') diff --git a/lib/kformula/contextstyle.cc b/lib/kformula/contextstyle.cc index f358b62c..b6067e10 100644 --- a/lib/kformula/contextstyle.cc +++ b/lib/kformula/contextstyle.cc @@ -235,7 +235,7 @@ luPixel ContextStyle::getSpace( TextStyle tstyle, SpaceWidth space, double facto case THIN: return getThinSpace( tstyle, factor ); case MEDIUM: return getMediumSpace( tstyle, factor ); case THICK: return getThickSpace( tstyle, factor ); - case TQUAD: return getQuadSpace( tstyle, factor ); + case QUAD: return getQuadSpace( tstyle, factor ); } return 0; } -- cgit v1.2.1