summaryrefslogtreecommitdiffstats
path: root/kweather/kcmweatherservice.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/kcmweatherservice.cpp
parenta32e2961ee678e7826aa8d98cbccb5b92948649f (diff)
downloadtdetoys-d0de10e23a5ec604757cb03751d7a9a69215e194.tar.gz
tdetoys-d0de10e23a5ec604757cb03751d7a9a69215e194.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kweather/kcmweatherservice.cpp')
-rw-r--r--kweather/kcmweatherservice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/kcmweatherservice.cpp b/kweather/kcmweatherservice.cpp
index 49bf792..3df3c0c 100644
--- a/kweather/kcmweatherservice.cpp
+++ b/kweather/kcmweatherservice.cpp
@@ -48,9 +48,9 @@ KCMWeatherService::KCMWeatherService( TQWidget *parent, const char *name )
//connect(mWidget, TQT_SIGNAL(changed(bool)), this, TQT_SIGNAL(changed(bool)));
layout->addWidget( mWidget );
- KAboutData *about = new KAboutData( "kcmweatherservice",
+ TDEAboutData *about = new TDEAboutData( "kcmweatherservice",
I18N_NOOP( "KWeather Configure Dialog" ),
- 0, 0, KAboutData::License_GPL,
+ 0, 0, TDEAboutData::License_GPL,
I18N_NOOP( "(c), 2003 Tobias Koenig" ) );
about->addAuthor( "Tobias Koenig", 0, "tokoe@kde.org" );