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