diff options
Diffstat (limited to 'src/kcolorcombo2.h')
-rw-r--r-- | src/kcolorcombo2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kcolorcombo2.h b/src/kcolorcombo2.h index 862a2a1..92d8d04 100644 --- a/src/kcolorcombo2.h +++ b/src/kcolorcombo2.h @@ -39,7 +39,7 @@ class KColorPopup; * * @par Quick usage: * Just create a new KColorCombo2() with the initial color and eventually an allowed default color - * (eg. KGlobalSettings::baseColor() for a background color, KGlobalSettings::textColor()...).\n + * (eg. TDEGlobalSettings::baseColor() for a background color, TDEGlobalSettings::textColor()...).\n * You will be noticed of the color the user selects with the signal changed(), or you can use color() to get the color at any moment.\n * Note that they can return an invalid color (see TQColor::isValid()) if the user chosen the default color (if he can choose that).\n * 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(). @@ -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 TDE standard colors for default values. + * @see TDEGlobalSettings 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 <[email protected]> |