|
|
|
@ -129,7 +129,7 @@ void FilePlugin::drawInterface( TQWidget* w, TQVBoxLayout* l )
|
|
|
|
|
TQHBoxLayout* hbox = new TQHBoxLayout( 0, 6, 6 );
|
|
|
|
|
|
|
|
|
|
TQLabel* pix = new TQLabel( w );
|
|
|
|
|
pix->setPixmap( kapp->iconLoader()->loadIcon( m_icon, KIcon::Desktop ) );
|
|
|
|
|
pix->setPixmap( kapp->iconLoader()->loadIcon( m_icon, TDEIcon::Desktop ) );
|
|
|
|
|
|
|
|
|
|
hbox->addWidget( pix );
|
|
|
|
|
hbox->addWidget( new TQLabel( "<qt><b>"+getName()+"</b></qt>", w ) );
|
|
|
|
@ -195,7 +195,7 @@ void FilePlugin::addHelp( HelpDialogData* data )
|
|
|
|
|
|
|
|
|
|
const TQPixmap FilePlugin::getIcon() const
|
|
|
|
|
{
|
|
|
|
|
return kapp->iconLoader()->loadIcon( m_icon, KIcon::Small );
|
|
|
|
|
return kapp->iconLoader()->loadIcon( m_icon, TDEIcon::Small );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bool FilePlugin::supports( const TQString & token )
|
|
|
|
|