diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:56 -0600 |
commit | 7f3c605546cc3e254fc3f60157c5779f1c1fc84d (patch) | |
tree | f4dba9f308a4c708aaa659b79672ed9604051deb /kweather/main.cpp | |
parent | 53c1e328166e3774fd7f16a651510edbb882437e (diff) | |
download | tdetoys-7f3c605546cc3e254fc3f60157c5779f1c1fc84d.tar.gz tdetoys-7f3c605546cc3e254fc3f60157c5779f1c1fc84d.zip |
Additional renaming of kde to tde
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 e6ede73..5615011 100644 --- a/kweather/main.cpp +++ b/kweather/main.cpp @@ -8,7 +8,7 @@ int main (int argc, char *argv[]) { - KLocale::setMainCatalogue("kdelibs"); + KLocale::setMainCatalogue("tdelibs"); KAboutData aboutdata("KWeatherService", I18N_NOOP("KDE"), "0.8", I18N_NOOP("KWeather DCOP Service"), KAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser"); |