diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:20:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:20:14 -0600 |
commit | 73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb (patch) | |
tree | 57de72e024c94cbfe13eaa12655bd0bd82b98361 /kweather/main.cpp | |
parent | 5940809eb07770db73ccab789e80dbdc3ba2c576 (diff) | |
download | tdetoys-73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb.tar.gz tdetoys-73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kweather/main.cpp')
-rw-r--r-- | kweather/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/main.cpp b/kweather/main.cpp index 390d0e8..ba4f64f 100644 --- a/kweather/main.cpp +++ b/kweather/main.cpp @@ -8,7 +8,7 @@ int main (int argc, char *argv[]) { - KLocale::setMainCatalogue("tdelibs"); + TDELocale::setMainCatalogue("tdelibs"); TDEAboutData aboutdata("KWeatherService", I18N_NOOP("TDE"), "0.8", I18N_NOOP("KWeather DCOP Service"), TDEAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser"); |