diff options
Diffstat (limited to 'src/parser.yy')
-rw-r--r-- | src/parser.yy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.yy b/src/parser.yy index 23c6867..3632eae 100644 --- a/src/parser.yy +++ b/src/parser.yy @@ -315,7 +315,7 @@ TERM: VALUE { $$ = $1; } VALUE: NUMBER { $$ = $1; } NUMBER: NUM { - KLocale *locale = TDEGlobal::locale(); + TDELocale *locale = TDEGlobal::locale(); QChar decimal = locale->decimalSymbol()[0]; // Replace current decimal separator with US Decimal separator to be |