diff options
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqpalette.cpp')
-rw-r--r-- | tqtinterface/qt4/src/kernel/tqpalette.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqpalette.cpp b/tqtinterface/qt4/src/kernel/tqpalette.cpp index 2e9e49e..6935d09 100644 --- a/tqtinterface/qt4/src/kernel/tqpalette.cpp +++ b/tqtinterface/qt4/src/kernel/tqpalette.cpp @@ -173,13 +173,13 @@ TQPalette::ColorRole TQPalette::backgroundRoleFromMode( TQt::BackgroundMode mode /*! \class TQColorGroup tqpalette.h - \brief The TQColorGroup class tqcontains a group of widget colors. + \brief The TQColorGroup class contains a group of widget colors. \ingroup appearance \ingroup graphics \ingroup images - A color group tqcontains a group of colors used by widgets for + A color group contains a group of colors used by widgets for drawing themselves. We recommend that widgets use color group roles such as "foreground" and "base" rather than literal colors like "red" or "turquoise". The color roles are enumerated and @@ -637,7 +637,7 @@ bool TQColorGroup::operator==( const TQColorGroup &g ) const /*! \class TQPalette tqpalette.h - \brief The TQPalette class tqcontains color groups for each widget state. + \brief The TQPalette class contains color groups for each widget state. \ingroup appearance \ingroup shared |