summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:38 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:38 -0500
commit32f50cd6f959faf422b389d2d0b52e0930a78c09 (patch)
tree6b94678043cf7ce97f0f5f1ac42681ef0ae5d9f8 /kate
parent3b970e49bd257b679af0d2cf710c67cf4b931e9c (diff)
downloadtdelibs-32f50cd6f959faf422b389d2d0b52e0930a78c09.tar.gz
tdelibs-32f50cd6f959faf422b389d2d0b52e0930a78c09.zip
Rename the string kde toolbar widget
Diffstat (limited to 'kate')
-rw-r--r--kate/plugins/isearch/ISearchPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/plugins/isearch/ISearchPlugin.cpp b/kate/plugins/isearch/ISearchPlugin.cpp
index 7cb01ccc9..4ee93cb87 100644
--- a/kate/plugins/isearch/ISearchPlugin.cpp
+++ b/kate/plugins/isearch/ISearchPlugin.cpp
@@ -73,7 +73,7 @@ ISearchPluginView::ISearchPluginView( KTextEditor::View *view )
this, TQT_SLOT(slotSearchBackwardAction()),
actionCollection(), "edit_isearch_reverse" );
- m_label = new TQLabel( i18n("I-Search:"), 0L, "kde toolbar widget" );
+ m_label = new TQLabel( i18n("I-Search:"), 0L, "tde toolbar widget" );
KWidgetAction* labelAction = new KWidgetAction(
m_label,
i18n("I-Search:"), 0, 0, 0,