From 999cb9aee8997b8a9b1142dca543fe88d415c2f7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:11:42 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- kweather/kweather.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kweather/kweather.cpp') diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp index 98fbae1..f688225 100644 --- a/kweather/kweather.cpp +++ b/kweather/kweather.cpp @@ -143,7 +143,7 @@ void kweather::about(){ aboutData.addCredit( "John Ratke", I18N_NOOP( "Improvements and more code cleanups" ), "jratke@comcast.net" ); - KAboutApplication about(&aboutData, this, 0); + TDEAboutApplication about(&aboutData, this, 0); about.setProgramLogo( TDEGlobal::instance()->iconLoader()->iconPath( "kweather", -TDEIcon::SizeLarge ) ); about.exec(); } -- cgit v1.2.1