summaryrefslogtreecommitdiffstats
path: root/kweather
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:56 -0600
commit7f3c605546cc3e254fc3f60157c5779f1c1fc84d (patch)
treef4dba9f308a4c708aaa659b79672ed9604051deb /kweather
parent53c1e328166e3774fd7f16a651510edbb882437e (diff)
downloadtdetoys-7f3c605546cc3e254fc3f60157c5779f1c1fc84d.tar.gz
tdetoys-7f3c605546cc3e254fc3f60157c5779f1c1fc84d.zip
Additional renaming of kde to tde
Diffstat (limited to 'kweather')
-rw-r--r--kweather/main.cpp2
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");