diff options
Diffstat (limited to 'kweather/main.cpp')
-rw-r--r-- | kweather/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/main.cpp b/kweather/main.cpp index 5b93485..390d0e8 100644 --- a/kweather/main.cpp +++ b/kweather/main.cpp @@ -9,9 +9,9 @@ int main (int argc, char *argv[]) { KLocale::setMainCatalogue("tdelibs"); - KAboutData aboutdata("KWeatherService", I18N_NOOP("TDE"), + TDEAboutData aboutdata("KWeatherService", I18N_NOOP("TDE"), "0.8", I18N_NOOP("KWeather DCOP Service"), - KAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser"); + TDEAboutData::License_GPL, "(C) 2002, Ian Reinhart Geiser"); aboutdata.addAuthor("Ian Reinhart Geiser",I18N_NOOP("Developer"),"geiseri@kde.org"); aboutdata.addAuthor("Nadeem Hasan",I18N_NOOP("Developer"),"nhasan@kde.org"); |