diff options
Diffstat (limited to 'doc/kdearch/index.docbook')
-rw-r--r-- | doc/kdearch/index.docbook | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook index b75978ff..fc21e33a 100644 --- a/doc/kdearch/index.docbook +++ b/doc/kdearch/index.docbook @@ -878,7 +878,7 @@ stored in it are a style, a color, a join style and a cap style. <para> The pen style is member of the enum -<ulink url="kdeapi:qt/Qt#PenStyle-enum">Qt::PenStyle</ulink>. +<ulink url="kdeapi:qt/Qt#PenStyle-enum">TQt::PenStyle</ulink>. and can take one of the following values: </para> @@ -888,7 +888,7 @@ and can take one of the following values: <para> The join style is a member of the enum -<ulink url="kdeapi:qt/Qt#PenJoinStyle-enum">Qt::PenJoinStyle</ulink>. +<ulink url="kdeapi:qt/Qt#PenJoinStyle-enum">TQt::PenJoinStyle</ulink>. It specifies how the junction between multiple lines which are attached to each other is drawn. It takes one of the following values: </para> @@ -918,7 +918,7 @@ other is drawn. It takes one of the following values: <para> The cap style is a member of the enum -<ulink url="kdeapi:qt/Qt#PenCapStyle-enum">Qt::PenCapStyle</ulink>and specifies how the end points of lines are drawn. It takes one of the values +<ulink url="kdeapi:qt/Qt#PenCapStyle-enum">TQt::PenCapStyle</ulink>and specifies how the end points of lines are drawn. It takes one of the values from the following table: </para> @@ -978,7 +978,7 @@ brush with the custom pattern you give as second parameter.</para> <para> A default brush style is from the enum -<ulink url="kdeapi:qt/Qt#BrushStyle-enum">Qt::BrushStyle</ulink>. +<ulink url="kdeapi:qt/Qt#BrushStyle-enum">TQt::BrushStyle</ulink>. Here is a picture of all predefined patterns: </para> @@ -1126,9 +1126,9 @@ Text can be drawn with one of the overloaded variants of the method QPainter::drawText(). These draw a TQString either at a given point or in a given rectangle, using the font set by QPainter::setFont(). There is also a parameter which takes an ORed combination of some flags from the enums -<ulink url="kdeapi:qt/Qt#AlignmentFlags-enum">Qt::AlignmentFlags</ulink> +<ulink url="kdeapi:qt/Qt#AlignmentFlags-enum">TQt::AlignmentFlags</ulink> and -<ulink url="kdeapi:qt/Qt#TextFlags-enum">Qt::TextFlags</ulink> +<ulink url="kdeapi:qt/Qt#TextFlags-enum">TQt::TextFlags</ulink> </para> <para> |