summaryrefslogtreecommitdiffstats
path: root/kate/plugins/isearch
diff options
context:
space:
mode:
Diffstat (limited to 'kate/plugins/isearch')
-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,