diff options
author | Timothy Pearson <[email protected]> | 2014-08-07 17:24:43 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-08-07 17:24:43 -0500 |
commit | 4ceebc0b94477602a5449f1abdf94097868e5a04 (patch) | |
tree | 0845d52ff5e5dacce1ff8ec2b918b70736b972ce /juk/searchwidget.cpp | |
parent | 1742070ba044a5fcc7195bb425295a12b729572f (diff) | |
download | tdemultimedia-4ceebc0b94477602a5449f1abdf94097868e5a04.tar.gz tdemultimedia-4ceebc0b94477602a5449f1abdf94097868e5a04.zip |
Rename the string kde toolbar widget
Diffstat (limited to 'juk/searchwidget.cpp')
-rw-r--r-- | juk/searchwidget.cpp | 4 |
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); |