summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/src/coordsys.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/doc/src/coordsys.qdoc')
-rw-r--r--src/gui/doc/src/coordsys.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/doc/src/coordsys.qdoc b/src/gui/doc/src/coordsys.qdoc
index f7248081f1..17e0506ae3 100644
--- a/src/gui/doc/src/coordsys.qdoc
+++ b/src/gui/doc/src/coordsys.qdoc
@@ -42,8 +42,8 @@
painter uses to draw onto different types of devices.
The QPaintDevice class is the base class of objects that can be
- painted: Its drawing capabilities are inherited by the
- QOpenGLPaintDevice, QImage, QPixmap and QPicture classes. The
+ painted: Its drawing capabilities are inherited by the QWidget,
+ QImage, QPixmap, QPicture, and QOpenGLPaintDevice classes. The
default coordinate system of a paint device has its origin at the
top-left corner. The \e x values increase to the right and the \e
y values increase downwards. The default unit is one pixel on