diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 08:01:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 08:01:35 -0600 |
commit | 63a7bd41b7dc3027f48cce5879887670cf5e2059 (patch) | |
tree | 074f6e6abd0101bea01684e489861d0c4dc7ada7 | |
parent | c7f7c8c1b8998ef83cd597f7a87744928eca4c7e (diff) | |
download | kima-63a7bd41b7dc3027f48cce5879887670cf5e2059.tar.gz kima-63a7bd41b7dc3027f48cce5879887670cf5e2059.zip |
Rename KLocale to enhance compatibility with KDE4
-rw-r--r-- | src/sources/source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/source.cpp b/src/sources/source.cpp index 89d0e9b..36de899 100644 --- a/src/sources/source.cpp +++ b/src/sources/source.cpp @@ -218,5 +218,5 @@ int Source::celsiusToFahrenheit(int inCelsius) const{ } void Source::realizeWidget(){ - mIsMetric = TDEGlobal::locale()->measureSystem() == KLocale::Metric; + mIsMetric = TDEGlobal::locale()->measureSystem() == TDELocale::Metric; } |