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/reportmain.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/reportmain.cpp')
-rw-r--r-- | kweather/reportmain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/reportmain.cpp b/kweather/reportmain.cpp index fbff590..45f08fd 100644 --- a/kweather/reportmain.cpp +++ b/kweather/reportmain.cpp @@ -17,9 +17,9 @@ static KCmdLineOptions options[] = extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) { - KAboutData aboutData("reportview", I18N_NOOP("Weather Report"), + TDEAboutData aboutData("reportview", I18N_NOOP("Weather Report"), "0.8", I18N_NOOP("Weather Report for KWeatherService"), - KAboutData::License_GPL, "(C) 2002-2003, Ian Reinhart Geiser"); + TDEAboutData::License_GPL, "(C) 2002-2003, Ian Reinhart Geiser"); aboutData.addAuthor("Ian Reinhart Geiser", I18N_NOOP("Developer"), aboutData.addAuthor("Nadeem Hasan", I18N_NOOP("Developer"), |