diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:49 -0600 |
commit | 8e026986e2974e9cacbf465ee4ae6a5889a6c1ba (patch) | |
tree | c2f00aab75802f207ced28158e7cb78cb6429770 /kweather/kweather.cpp | |
parent | 6630d485e98adf6125ddcaec8a64c9c209e4977c (diff) | |
download | tdetoys-8e026986e2974e9cacbf465ee4ae6a5889a6c1ba.tar.gz tdetoys-8e026986e2974e9cacbf465ee4ae6a5889a6c1ba.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kweather/kweather.cpp')
-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 120fdf2..98fbae1 100644 --- a/kweather/kweather.cpp +++ b/kweather/kweather.cpp @@ -144,7 +144,7 @@ void kweather::about(){ I18N_NOOP( "Improvements and more code cleanups" ), "jratke@comcast.net" ); KAboutApplication about(&aboutData, this, 0); - about.setProgramLogo( TDEGlobal::instance()->iconLoader()->iconPath( "kweather", -KIcon::SizeLarge ) ); + about.setProgramLogo( TDEGlobal::instance()->iconLoader()->iconPath( "kweather", -TDEIcon::SizeLarge ) ); about.exec(); } |