diff options
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"); |