From d0de10e23a5ec604757cb03751d7a9a69215e194 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:52 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kweather/kcmweather.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kweather/kcmweather.cpp') diff --git a/kweather/kcmweather.cpp b/kweather/kcmweather.cpp index 528b26b..952edb7 100644 --- a/kweather/kcmweather.cpp +++ b/kweather/kcmweather.cpp @@ -72,10 +72,10 @@ KCMWeather::KCMWeather( TQWidget *parent, const char *name ) connect( mWidget->m_textColor, TQT_SIGNAL( changed(const TQColor &) ), TQT_SLOT( textColorChanged(const TQColor &) ) ); - KAboutData *about = new KAboutData( + TDEAboutData *about = new TDEAboutData( I18N_NOOP( "kcmweather" ), 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" ); -- cgit v1.2.1