diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:22:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:22:52 -0600 |
commit | d0de10e23a5ec604757cb03751d7a9a69215e194 (patch) | |
tree | 75b399122b7b2bf01b97faab7b2a08948c3a62e9 /kweather/kweather.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/kweather.cpp')
-rw-r--r-- | kweather/kweather.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp index c864d44..69fc844 100644 --- a/kweather/kweather.cpp +++ b/kweather/kweather.cpp @@ -126,8 +126,8 @@ void kweather::initDCOP() /** about box */ void kweather::about(){ kdDebug(12004) << "Telling about" << endl; - KAboutData aboutData("KWeather", "KWeather", "2.1.0", - I18N_NOOP("Weather applet for the Kicker"), KAboutData::License_GPL_V2); + TDEAboutData aboutData("KWeather", "KWeather", "2.1.0", + I18N_NOOP("Weather applet for the Kicker"), TDEAboutData::License_GPL_V2); aboutData.addAuthor("Ian Reinhart Geiser", "", "geiseri@kde.org", "http://www.kde.org/"); //aboutData.addAuthor("Nadeem Hasan", "", "nhasan@nadmm.com", "http://www.nadmm.com/"); |