summaryrefslogtreecommitdiffstats
path: root/krename
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:23:03 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:23:03 -0500
commitea428d85982873603ed29180e6ce7a7f0786b337 (patch)
tree5ebb691e5e239b11109baedbd847fa19fd0d20ec /krename
parent96e455b2aeb242180b4fd8cee00c76cca1dbfd23 (diff)
downloadkrename-ea428d85982873603ed29180e6ce7a7f0786b337.tar.gz
krename-ea428d85982873603ed29180e6ce7a7f0786b337.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'krename')
-rw-r--r--krename/krenameimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/krenameimpl.cpp b/krename/krenameimpl.cpp
index b03989a..cad2c87 100644
--- a/krename/krenameimpl.cpp
+++ b/krename/krenameimpl.cpp
@@ -308,7 +308,7 @@ void KRenameImpl::setupActions()
menuBar->insertItem( i18n("&Help"), mnuHelp->menu() );
KAction* prefAct = KStdAction::preferences( this, TQT_SLOT(preferences()), actionCollection );
- loadPlugins = new KAction( i18n("&Load KDE file plugins"), 0, this, TQT_SLOT( loadFilePlugins() ), actionCollection );
+ loadPlugins = new KAction( i18n("&Load TDE file plugins"), 0, this, TQT_SLOT( loadFilePlugins() ), actionCollection );
KAction* reloadAct = new KAction( i18n("&Reload Plugin Data"), 0, this, TQT_SLOT( reloadFilePluginData() ), actionCollection );
prefAct->plug( mnuSettings );