From 32f50cd6f959faf422b389d2d0b52e0930a78c09 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Aug 2014 17:24:38 -0500 Subject: Rename the string kde toolbar widget --- tdeui/tests/tdetoolbarlabelactiontest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdeui/tests') 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(), -- cgit v1.2.1