summaryrefslogtreecommitdiffstats
path: root/juk/searchwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:43 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:43 -0500
commit4ceebc0b94477602a5449f1abdf94097868e5a04 (patch)
tree0845d52ff5e5dacce1ff8ec2b918b70736b972ce /juk/searchwidget.cpp
parent1742070ba044a5fcc7195bb425295a12b729572f (diff)
downloadtdemultimedia-4ceebc0b94477602a5449f1abdf94097868e5a04.tar.gz
tdemultimedia-4ceebc0b94477602a5449f1abdf94097868e5a04.zip
Rename the string kde toolbar widget
Diffstat (limited to 'juk/searchwidget.cpp')
-rw-r--r--juk/searchwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/searchwidget.cpp b/juk/searchwidget.cpp
index e6fd0622..cb7d85f4 100644
--- a/juk/searchwidget.cpp
+++ b/juk/searchwidget.cpp
@@ -267,9 +267,9 @@ void SearchWidget::setupLayout()
clearSearchButton->setTextLabel(i18n("Clear Search"), true);
clearSearchButton->setIconSet(SmallIconSet("locationbar_erase"));
- TQLabel *label = new TQLabel(i18n("Search:"), this, "kde toolbar widget");
+ TQLabel *label = new TQLabel(i18n("Search:"), this, "tde toolbar widget");
- m_searchLine = new SearchLine(this, true, "kde toolbar widget");
+ m_searchLine = new SearchLine(this, true, "tde toolbar widget");
label->setBuddy(m_searchLine);