summaryrefslogtreecommitdiffstats
path: root/tdestyles/keramik
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:38 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:38 -0500
commit32f50cd6f959faf422b389d2d0b52e0930a78c09 (patch)
tree6b94678043cf7ce97f0f5f1ac42681ef0ae5d9f8 /tdestyles/keramik
parent3b970e49bd257b679af0d2cf710c67cf4b931e9c (diff)
downloadtdelibs-32f50cd6f959faf422b389d2d0b52e0930a78c09.tar.gz
tdelibs-32f50cd6f959faf422b389d2d0b52e0930a78c09.zip
Rename the string kde toolbar widget
Diffstat (limited to 'tdestyles/keramik')
-rw-r--r--tdestyles/keramik/keramik.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdestyles/keramik/keramik.cpp b/tdestyles/keramik/keramik.cpp
index 759f3d7da..f3a5ee033 100644
--- a/tdestyles/keramik/keramik.cpp
+++ b/tdestyles/keramik/keramik.cpp
@@ -113,7 +113,7 @@ namespace
const int itemVMargin = 0;
const int arrowHMargin = 6;
const int rightBorder = 12;
- const char* kdeToolbarWidget = "kde toolbar widget";
+ const char* kdeToolbarWidget = "tde toolbar widget";
const int smallButMaxW = 27;
const int smallButMaxH = 20;
@@ -482,7 +482,7 @@ static void renderToolbarEntryBackground(TQPainter* paint,
static void renderToolbarWidgetBackground(TQPainter* painter, const TQStyleControlElementData &ceData, const TQStyle::ControlElementFlags elementFlags, const TQWidget* widget)
{
// Draw a gradient background for custom widgets in the toolbar
- // that have specified a "kde toolbar widget" name, or
+ // that have specified a "tde toolbar widget" name, or
// are caught as toolbar widgets otherwise
// Find the top-level toolbar of this widget, since it may be nested in other
@@ -2917,7 +2917,7 @@ bool KeramikStyle::objectEventHandler( const TQStyleControlElementData &ceData,
object->parent() && !qstrcmp(object->name(), kdeToolbarWidget) )
{
// Draw a gradient background for custom widgets in the toolbar
- // that have specified a "kde toolbar widget" name.
+ // that have specified a "tde toolbar widget" name.
renderToolbarWidgetBackground(0, ceData, elementFlags, TQT_TQWIDGET(object));
return false; // Now draw the contents