diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-08-07 17:23:46 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-08-07 17:23:46 -0500 |
commit | 96c189216f1401bb160ea6f5b5f3288b6a9b8469 (patch) | |
tree | f1172a271d58a70b5195248e9e0554901a1a2f42 /noatun-plugins/oblique/view.cpp | |
parent | 744ba277e9405dbac8c35e4aa86eb60f8303f8b6 (diff) | |
download | tdeaddons-96c189216f1401bb160ea6f5b5f3288b6a9b8469.tar.gz tdeaddons-96c189216f1401bb160ea6f5b5f3288b6a9b8469.zip |
Rename the string kde toolbar widget
Diffstat (limited to 'noatun-plugins/oblique/view.cpp')
-rw-r--r-- | noatun-plugins/oblique/view.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |