summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qiconset.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qiconset.3qt')
-rw-r--r--doc/man/man3/qiconset.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qiconset.3qt b/doc/man/man3/qiconset.3qt
index cf040303..70f9d92c 100644
--- a/doc/man/man3/qiconset.3qt
+++ b/doc/man/man3/qiconset.3qt
@@ -88,7 +88,7 @@ The QIconSet class provides a set of icons with different styles and sizes.
.PP
A QIconSet can generate smaller, larger, active, and disabled pixmaps from the set of icons it is given. Such pixmaps are used by QToolButton, QHeader, QPopupMenu, etc. to show an icon representing a particular action.
.PP
-The simplest use of QIconSet is to create one from a QPixmap and then use it, allowing Qt to work out all the retquired icon styles and sizes. For example:
+The simplest use of QIconSet is to create one from a QPixmap and then use it, allowing Qt to work out all the required icon styles and sizes. For example:
.PP
.nf
.br
@@ -165,7 +165,7 @@ This enum type describes the size at which a pixmap is intended to be used. The
.TP
\fCQIconSet::Large\fR - The pixmap is the larger of two.
.PP
-If a Small pixmap is not set by QIconSet::setPixmap(), the Large pixmap will be automatically scaled down to the size of a small pixmap to generate the Small pixmap when retquired. Similarly, a Small pixmap will be automatically scaled up to generate a Large pixmap. The preferred sizes for large/small generated icons can be set using setIconSize().
+If a Small pixmap is not set by QIconSet::setPixmap(), the Large pixmap will be automatically scaled down to the size of a small pixmap to generate the Small pixmap when required. Similarly, a Small pixmap will be automatically scaled up to generate a Large pixmap. The preferred sizes for large/small generated icons can be set using setIconSize().
.PP
See also setIconSize(), iconSize(), setPixmap(), pixmap(), and QMainWindow::usesBigPixmaps.
.SH "QIconSet::State"