diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:22:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:22:52 -0600 |
commit | d0de10e23a5ec604757cb03751d7a9a69215e194 (patch) | |
tree | 75b399122b7b2bf01b97faab7b2a08948c3a62e9 /kweather/main.cpp | |
parent | a32e2961ee678e7826aa8d98cbccb5b92948649f (diff) | |
download | tdetoys-d0de10e23a5ec604757cb03751d7a9a69215e194.tar.gz tdetoys-d0de10e23a5ec604757cb03751d7a9a69215e194.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
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"),"[email protected]"); aboutdata.addAuthor("Nadeem Hasan",I18N_NOOP("Developer"),"[email protected]"); |