summaryrefslogtreecommitdiffstats
path: root/krename/fileplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/fileplugin.cpp')
-rw-r--r--krename/fileplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/fileplugin.cpp b/krename/fileplugin.cpp
index 7c3dded..f2261be 100644
--- a/krename/fileplugin.cpp
+++ b/krename/fileplugin.cpp
@@ -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 )