diff options
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> |