Branch: master

168fb1ee 2014-08-07 17:22:14 Timothy Pearson
Rename the string kde toolbar widget
M style/qtcurve.cpp
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp
index 32601ea..7fb0a53 100644
--- a/style/qtcurve.cpp
+++ b/style/qtcurve.cpp
@@ -1464,7 +1464,7 @@
     return newGrp;
 }
 
-static const char * kdeToolbarWidget="kde toolbar widget";
+static const char * kdeToolbarWidget="tde toolbar widget";
 
 void QtCurveStyle::polish(const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, void *ptr)
 {
@@ -2035,7 +2035,7 @@
 	if(object->parent() && 0==qstrcmp(object->name(), kdeToolbarWidget))
 	{
 		// Draw background for custom widgets in the toolbar that have specified a
-		// "kde toolbar widget" name.
+		// "tde toolbar widget" name.
 		if(TQEvent::Paint==event->type())
 		{
 		TQWidget *widget(TQT_TQWIDGET(object)),