summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/kernel/tqpalette.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
commiteaa7ee2e0bbca40ba3173c4304f81957e8964291 (patch)
tree4f793aa48a5080aedc94ce6e519c3b86708f2b88 /tqtinterface/qt4/src/kernel/tqpalette.cpp
parent79a9d7a46a20d4a0923bc06fc471fdc2176ef865 (diff)
downloadexperimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.tar.gz
experimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqpalette.cpp')
-rw-r--r--tqtinterface/qt4/src/kernel/tqpalette.cpp6
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