diff options
Diffstat (limited to 'kweather')
-rw-r--r-- | kweather/kweather.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" ), "[email protected]" ); - KAboutApplication about(&aboutData, this, 0); + TDEAboutApplication about(&aboutData, this, 0); about.setProgramLogo( TDEGlobal::instance()->iconLoader()->iconPath( "kweather", -TDEIcon::SizeLarge ) ); about.exec(); } |