summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:26:49 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:26:49 -0500
commite3d659bca29fa1d4069a314b919ec40db4b26228 (patch)
treede4c0170e2e7be76d64f5569ff4ecabb6164662a
parentb0b15316e2276b7838c51c16904da7c02e2aeb28 (diff)
downloadbasket-e3d659bc.tar.gz
basket-e3d659bc.zip
Fix KDE -> TDE branding.
-rw-r--r--src/kcolorcombo2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kcolorcombo2.h b/src/kcolorcombo2.h
index ceea8a1..0e13404 100644
--- a/src/kcolorcombo2.h
+++ b/src/kcolorcombo2.h
@@ -45,7 +45,7 @@ class KColorPopup;
* It's then easy to save in settings, but if you want the real color (even for the default), you can get it with effectiveColor().
*
* @par Notes about default color:
- * If you set a default color using TQt or KDE standard colors, the user can change them in the KDE Control Center,
+ * If you set a default color using TQt or TDE standard colors, the user can change them in the TDE Control Center,
* but this widget willn't be update and will still show the old one.\n
* To be noticed of such color change and then update the widget with the new standard color, you can use one of those two methods:
* @code
@@ -66,7 +66,7 @@ class KColorPopup;
* set before, or on first call of any accessors: colorAt(), columnCount(), setColorAt()...).
* Finally, colorRectPixmap() and drawColorRect() allow to draw the color rounded-rectangle in other places for a consistent look.
*
- * @see KGlobalSettings Use one of the static functions to get KDE standard colors for default values.
+ * @see KGlobalSettings Use one of the static functions to get TDE standard colors for default values.
* @see KColorButton The same, but without the rainbow popup or the choice of a default color.
* @see KColorDialog The dialog that is shown when the user click the "Other..." entry.
* @author Sébastien Laoût <slaout@linux62.org>