diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 07:59:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 07:59:12 -0600 |
commit | a7a8d7053d25f615198af314f0404952a6a412b3 (patch) | |
tree | 48725a98e22c3ca65604239cf014080976c9f477 /src | |
parent | b5deb15f162fc723186eefdb03f5d270f0dd4b9f (diff) | |
download | abakus-a7a8d7053d25f615198af314f0404952a6a412b3.tar.gz abakus-a7a8d7053d25f615198af314f0404952a6a412b3.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'src')
-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 |