diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:23:03 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:23:03 -0500 |
commit | ea428d85982873603ed29180e6ce7a7f0786b337 (patch) | |
tree | 5ebb691e5e239b11109baedbd847fa19fd0d20ec | |
parent | 96e455b2aeb242180b4fd8cee00c76cca1dbfd23 (diff) | |
download | krename-ea428d85982873603ed29180e6ce7a7f0786b337.tar.gz krename-ea428d85982873603ed29180e6ce7a7f0786b337.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | krename/krenameimpl.cpp | 2 |
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 ); |