diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:18:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:18:28 -0600 |
commit | 934db26c3f8efe148a5680c22f965ee10f818a61 (patch) | |
tree | 4a47cbb3ef398d11fa9283b5afdcd0a8d84fad7c /src/kcolorcombo2.h | |
parent | a1fb52e00e362130a46b34570e53f2c1f322f373 (diff) | |
download | basket-934db26c3f8efe148a5680c22f965ee10f818a61.tar.gz basket-934db26c3f8efe148a5680c22f965ee10f818a61.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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 <slaout@linux62.org> |