summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpalette.cpp
diff options
context:
space:
mode:
authorLaszlo Papp <djszapi@archlinux.us>2010-04-28 00:58:23 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-05-03 12:23:47 +0200
commitdef0ab445ffc747ed78ca7b90f84f3d68c722f03 (patch)
tree83851cfae39a20eb677f3ae0c53f61970cf9326c /src/gui/kernel/qpalette.cpp
parent184c2b0ad676a98cfbcd76212178a4b4c29a54f4 (diff)
Fix a small typo in setColor description (brush -> color)
Diffstat (limited to 'src/gui/kernel/qpalette.cpp')
-rw-r--r--src/gui/kernel/qpalette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qpalette.cpp b/src/gui/kernel/qpalette.cpp
index 6e8c90eef7..98e8f66d74 100644
--- a/src/gui/kernel/qpalette.cpp
+++ b/src/gui/kernel/qpalette.cpp
@@ -795,7 +795,7 @@ const QBrush &QPalette::brush(ColorGroup gr, ColorRole cr) const
/*!
\fn void QPalette::setColor(ColorGroup group, ColorRole role, const QColor &color)
- Sets the brush in the specified color \a group, used for the given
+ Sets the color in the specified color \a group, used for the given
color \a role, to the specified solid \a color.
\sa setBrush() color() ColorRole