summaryrefslogtreecommitdiffstats
path: root/doc/kdearch/index.docbook
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 19:27:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 19:36:24 +0900
commit6b0cf55d6252a256d9fc5bcb89837bec7f21f40d (patch)
treed7b0d2851112aab7e3f7f1a8f8f3ea8de4034350 /doc/kdearch/index.docbook
parente531a8d913f8e44fd1e7b20b1ef8e60fd2dc7be0 (diff)
downloadtdevelop-6b0cf55d6252a256d9fc5bcb89837bec7f21f40d.tar.gz
tdevelop-6b0cf55d6252a256d9fc5bcb89837bec7f21f40d.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/kdearch/index.docbook')
-rw-r--r--doc/kdearch/index.docbook12
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>