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 9ab2c7d..450baca 100644 --- a/src/parser.yy +++ b/src/parser.yy @@ -316,7 +316,7 @@ VALUE: NUMBER { $$ = $1; } NUMBER: NUM { TDELocale *locale = TDEGlobal::locale(); - QChar decimal = locale->decimalSymbol()[0]; + TQChar decimal = locale->decimalSymbol()[0]; // Replace current decimal separator with US Decimal separator to be // evil. |