diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:14 -0600 |
commit | b97ee238f88e9578da228388210cd8cab5360778 (patch) | |
tree | 8bf3ab88929af70826ebe3b84434c3403dc71c7d /korn | |
parent | 656055dae6f13ee65d66fabf9041b288d81710af (diff) | |
download | tdepim-b97ee238f88e9578da228388210cd8cab5360778.tar.gz tdepim-b97ee238f88e9578da228388210cd8cab5360778.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'korn')
-rw-r--r-- | korn/boxcontaineritem.cpp | 4 | ||||
-rw-r--r-- | korn/kornboxcfg.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/korn/boxcontaineritem.cpp b/korn/boxcontaineritem.cpp index f59fa7b5e..fa6b266e4 100644 --- a/korn/boxcontaineritem.cpp +++ b/korn/boxcontaineritem.cpp @@ -281,7 +281,7 @@ void BoxContainerItem::drawLabel( TQLabel *label, const int count, const bool ne } if( hasIcon ) - pixmap = TDEGlobal::iconLoader()->loadIcon( *_icons[ index ], KIcon::Desktop, KIcon::SizeSmallMedium ); + pixmap = TDEGlobal::iconLoader()->loadIcon( *_icons[ index ], TDEIcon::Desktop, TDEIcon::SizeSmallMedium ); if( hasIcon && hasFg ) { @@ -363,7 +363,7 @@ TQPixmap BoxContainerItem::calcComplexPixmap( const TQPixmap &icon, const TQColo } //Merge icon and number and convert to result. - KIconEffect::overlay( iconImage, numberImage ); + TDEIconEffect::overlay( iconImage, numberImage ); result.convertFromImage( iconImage ); return result; diff --git a/korn/kornboxcfg.ui b/korn/kornboxcfg.ui index 53e32d9c6..f7717c53e 100644 --- a/korn/kornboxcfg.ui +++ b/korn/kornboxcfg.ui @@ -181,7 +181,7 @@ <string></string> </property> </widget> - <widget class="KIconButton"> + <widget class="TDEIconButton"> <property name="name"> <cstring>ibNewIcon</cstring> </property> @@ -265,7 +265,7 @@ <string></string> </property> </widget> - <widget class="KIconButton"> + <widget class="TDEIconButton"> <property name="name"> <cstring>ibNormalIcon</cstring> </property> |