summaryrefslogtreecommitdiffstats
path: root/kweather/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:52 -0600
commitd0de10e23a5ec604757cb03751d7a9a69215e194 (patch)
tree75b399122b7b2bf01b97faab7b2a08948c3a62e9 /kweather/main.cpp
parenta32e2961ee678e7826aa8d98cbccb5b92948649f (diff)
downloadtdetoys-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.cpp4
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");