summaryrefslogtreecommitdiffstats
path: root/doc
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-09 10:21:35 +0900
commit521604defa90ca9cf8cdcf0c8e3c8f2579bb8092 (patch)
treeaca33c8a5d0b537d70889e2f43cb34610c35d68b /doc
parentbaf125d9b448d63fd97e63f9855d2094aa8d015c (diff)
downloadtdevelop-521604defa90ca9cf8cdcf0c8e3c8f2579bb8092.tar.gz
tdevelop-521604defa90ca9cf8cdcf0c8e3c8f2579bb8092.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6b0cf55d6252a256d9fc5bcb89837bec7f21f40d)
Diffstat (limited to 'doc')
-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>