summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qpainter.cpp4
-rw-r--r--src/gui/painting/qpen.cpp6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp
index d5a0dd7f40..6a4c7db7f0 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -1123,7 +1123,7 @@ void QPainterPrivate::updateState(QPainterState *newState)
shows how to use advanced vector techniques to draw text using a
QPainterPath, the \l {painting/gradients}{Gradients} example which shows
the different types of gradients that are available in Qt, and the \l
- {demos/pathstroke}{Path Stroking} demo which shows Qt's built-in
+ {painting/pathstroke}{Path Stroking} example which shows Qt's built-in
dash patterns and shows how custom patterns can be used to extend
the range of available patterns.
@@ -1131,7 +1131,7 @@ void QPainterPrivate::updateState(QPainterState *newState)
\header
\o \l {painting/deform}{Vector Deformation}
\o \l {painting/gradients}{Gradients}
- \o \l {demos/pathstroke}{Path Stroking}
+ \o \l {painting/pathstroke}{Path Stroking}
\row
\o \inlineimage qpainter-vectordeformation.png
\o \inlineimage qpainter-gradients.png
diff --git a/src/gui/painting/qpen.cpp b/src/gui/painting/qpen.cpp
index cc652d84f2..7185f0d346 100644
--- a/src/gui/painting/qpen.cpp
+++ b/src/gui/painting/qpen.cpp
@@ -214,14 +214,14 @@ typedef QPenPrivate QPenData;
\table 100%
\row
\o \inlineimage qpen-demo.png
- \o \bold {\l {demos/pathstroke}{The Path Stroking Demo}}
+ \o \bold {\l {painting/pathstroke}{The Path Stroking Example}}
- The Path Stroking demo shows Qt's built-in dash patterns and shows
+ The Path Stroking example shows Qt's built-in dash patterns and shows
how custom patterns can be used to extend the range of available
patterns.
\endtable
- \sa QPainter, QBrush, {demos/pathstroke}{Path Stroking Demo},
+ \sa QPainter, QBrush, {painting/pathstroke}{Path Stroking Example},
{Scribble Example}
*/