summaryrefslogtreecommitdiffstats
path: root/kweather/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:20:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:20:14 -0600
commit73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb (patch)
tree57de72e024c94cbfe13eaa12655bd0bd82b98361 /kweather/main.cpp
parent5940809eb07770db73ccab789e80dbdc3ba2c576 (diff)
downloadtdetoys-73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb.tar.gz
tdetoys-73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kweather/main.cpp')
-rw-r--r--kweather/main.cpp2
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");