summaryrefslogtreecommitdiffstats
path: root/krename/fileplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/fileplugin.cpp')
-rw-r--r--krename/fileplugin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/krename/fileplugin.cpp b/krename/fileplugin.cpp
index 751dd82..6ad8b70 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, TDEIcon::Desktop ) );
+ pix->setPixmap( tdeApp->iconLoader()->loadIcon( m_icon, TDEIcon::Desktop ) );
hbox->addWidget( pix );
hbox->addWidget( new TQLabel( "<qt><b>"+getName()+"</b></qt>", w ) );
@@ -175,7 +175,7 @@ TQString FilePlugin::processFile( BatchRenamer* b, int i, TQString token, int )
cache.remove( cache.begin() );
cache.insert( filename + "::" + token, ret );
- kapp->processEvents();
+ tdeApp->processEvents();
return ret;
}
}
@@ -195,7 +195,7 @@ void FilePlugin::addHelp( HelpDialogData* data )
const TQPixmap FilePlugin::getIcon() const
{
- return kapp->iconLoader()->loadIcon( m_icon, TDEIcon::Small );
+ return tdeApp->iconLoader()->loadIcon( m_icon, TDEIcon::Small );
}
bool FilePlugin::supports( const TQString & token )