summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:23:46 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:23:46 -0500
commit96c189216f1401bb160ea6f5b5f3288b6a9b8469 (patch)
treef1172a271d58a70b5195248e9e0554901a1a2f42
parent744ba277e9405dbac8c35e4aa86eb60f8303f8b6 (diff)
downloadtdeaddons-96c18921.tar.gz
tdeaddons-96c18921.zip
Rename the string kde toolbar widget
-rw-r--r--noatun-plugins/lyrics/lyrics.cpp2
-rw-r--r--noatun-plugins/oblique/view.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/lyrics/lyrics.cpp b/noatun-plugins/lyrics/lyrics.cpp
index a08726e..df5051d 100644
--- a/noatun-plugins/lyrics/lyrics.cpp
+++ b/noatun-plugins/lyrics/lyrics.cpp
@@ -41,7 +41,7 @@ Lyrics::Lyrics() : TDEMainWindow(), Plugin(), active(false)
back_act->setEnabled(false);
forward_act = KStdAction::forward(TQT_TQOBJECT(this), TQT_SLOT(forward()), actionCollection());
forward_act->setEnabled(false);
- new KWidgetAction( new TQLabel(i18n("Search provider:"), this, "kde toolbar widget"), i18n("Search Provider"), 0, 0, 0, actionCollection(), "search_label");
+ new KWidgetAction( new TQLabel(i18n("Search provider:"), this, "tde toolbar widget"), i18n("Search Provider"), 0, 0, 0, actionCollection(), "search_label");
site_act = new TDESelectAction(i18n("&Search Provider"), 0, TQT_TQOBJECT(this), TQT_SLOT(viewLyrics()), actionCollection(), "search_provider");
/* Add entry to menu */
diff --git a/noatun-plugins/oblique/view.cpp b/noatun-plugins/oblique/view.cpp
index 242e378..d2d0a87 100644
--- a/noatun-plugins/oblique/view.cpp
+++ b/noatun-plugins/oblique/view.cpp
@@ -72,7 +72,7 @@ View::View(Oblique *oblique)
);
{
- TQLabel *l = new TQLabel(i18n("&Jump:"), 0, "kde toolbar widget");
+ TQLabel *l = new TQLabel(i18n("&Jump:"), 0, "tde toolbar widget");
l->setBackgroundMode( TQt::PaletteButton );
l->setAlignment(
(TQApplication::reverseLayout() ? TQt::AlignRight : TQt::AlignLeft) |