Rename KIcon to enhance compatibility with KDE4

master
Timothy Pearson 12 years ago
parent 238c91031c
commit 63f3e182f5

@ -35,7 +35,7 @@ ExtendableList::ExtendableList( TQWidget *p, const char *n )
m_extendedIcon = SmallIcon( u8( "extender_opened" ) );
TQImage img;
img = m_baseIcon;
KIconEffect::toGray( img, 1.0 );
TDEIconEffect::toGray( img, 1.0 );
m_unextendableIcon = TQPixmap( img );
}

@ -35,7 +35,7 @@ ExtendableList::ExtendableList( TQWidget *p, const char *n )
m_extendedIcon = SmallIcon( u8( "extender_opened" ) );
TQImage img;
img = m_baseIcon;
KIconEffect::toGray( img, 1.0 );
TDEIconEffect::toGray( img, 1.0 );
m_unextendableIcon = TQPixmap( img );
}

Loading…
Cancel
Save