diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-08-07 17:24:38 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-08-07 17:24:38 -0500 |
commit | 32f50cd6f959faf422b389d2d0b52e0930a78c09 (patch) | |
tree | 6b94678043cf7ce97f0f5f1ac42681ef0ae5d9f8 /tdeui/tests | |
parent | 3b970e49bd257b679af0d2cf710c67cf4b931e9c (diff) | |
download | tdelibs-32f50cd6f959faf422b389d2d0b52e0930a78c09.tar.gz tdelibs-32f50cd6f959faf422b389d2d0b52e0930a78c09.zip |
Rename the string kde toolbar widget
Diffstat (limited to 'tdeui/tests')
-rw-r--r-- | tdeui/tests/tdetoolbarlabelactiontest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/tests/tdetoolbarlabelactiontest.cpp b/tdeui/tests/tdetoolbarlabelactiontest.cpp index b919c2725..7c6222a11 100644 --- a/tdeui/tests/tdetoolbarlabelactiontest.cpp +++ b/tdeui/tests/tdetoolbarlabelactiontest.cpp @@ -40,10 +40,10 @@ public: KSqueezedTextLabel* accel = new KSqueezedTextLabel ("&Really long, long, long and boring text goes here", main, - "kde toolbar widget"); + "tde toolbar widget"); new KSqueezedTextLabel ("Really long, long, long and boring text goes here", main, - "kde toolbar widget"); + "tde toolbar widget"); // first constructor @@ -67,7 +67,7 @@ public: // third constructor TQLabel* customLabel = new KSqueezedTextLabel ("&Really long, long, long and boring text goes here", this, - "kde toolbar widget"); + "tde toolbar widget"); TDEToolBarLabelAction* label3 = new TDEToolBarLabelAction(customLabel, 0, 0, 0, actionCollection(), |