summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqt.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqt.3qt')
-rw-r--r--doc/man/man3/tqt.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqt.3qt b/doc/man/man3/tqt.3qt
index 19679a2a2..eae6a2b29 100644
--- a/doc/man/man3/tqt.3qt
+++ b/doc/man/man3/tqt.3qt
@@ -11,7 +11,7 @@ Qt \- Namespace for miscellaneous identifiers that need to be global-like
.SH SYNOPSIS
\fC#include <ntqnamespace.h>\fR
.PP
-Inherited by TQObject, QPixmap, QBrush, TQCanvasItem, QCursor, QPainter, QEvent, TQIconViewItem, QKeySequence, QListViewItem, QCustomMenuItem, QPen, TQStyleSheetItem, QSyntaxHighlighter, QTab, QTableItem, TQThread, TQToolTip, and QWhatsThis.
+Inherited by TQObject, QPixmap, TQBrush, TQCanvasItem, QCursor, TQPainter, QEvent, TQIconViewItem, QKeySequence, QListViewItem, QCustomMenuItem, QPen, TQStyleSheetItem, QSyntaxHighlighter, QTab, QTableItem, TQThread, TQToolTip, and QWhatsThis.
.PP
.SS "Public Members"
.in +1c
@@ -187,7 +187,7 @@ Background mode
.SH "TQt::BackgroundMode"
This enum describes how the background of a widget changes, as the widget's palette changes.
.PP
-The background is what the widget contains when paintEvent() is called. To minimize flicker, this should be the most common color or pixmap in the widget. For PaletteBackground, use colorGroup().brush( QColorGroup::Background ), and so on.
+The background is what the widget contains when paintEvent() is called. To minimize flicker, this should be the most common color or pixmap in the widget. For PaletteBackground, use colorGroup().brush( TQColorGroup::Background ), and so on.
.TP
\fCQt::PaletteForeground\fR
.TP
@@ -1067,7 +1067,7 @@ Orientation is used with QScrollBar for example.
.TP
\fCQt::TwipsUnit\fR - \fIobsolete\fR
.SH "TQt::PenCapStyle"
-This enum type defines the pen cap styles supported by Qt, i.e. the line end caps that can be drawn using QPainter.
+This enum type defines the pen cap styles supported by Qt, i.e. the line end caps that can be drawn using TQPainter.
.TP
\fCQt::FlatCap\fR - a square line end that does not cover the end point of the line.
.TP
@@ -1083,7 +1083,7 @@ This enum type defines the pen cap styles supported by Qt, i.e. the line end cap
.PP
</center>
.SH "TQt::PenJoinStyle"
-This enum type defines the pen join styles supported by Qt, i.e. which joins between two connected lines can be drawn using QPainter.
+This enum type defines the pen join styles supported by Qt, i.e. which joins between two connected lines can be drawn using TQPainter.
.TP
\fCQt::MiterJoin\fR - The outer edges of the lines are extended to meet at an angle, and this area is filled.
.TP
@@ -1099,9 +1099,9 @@ This enum type defines the pen join styles supported by Qt, i.e. which joins bet
.PP
</center>
.SH "TQt::PenStyle"
-This enum type defines the pen styles that can be drawn using QPainter. The styles are
+This enum type defines the pen styles that can be drawn using TQPainter. The styles are
.TP
-\fCQt::NoPen\fR - no line at all. For example, QPainter::drawRect() fills but does not draw any boundary line.
+\fCQt::NoPen\fR - no line at all. For example, TQPainter::drawRect() fills but does not draw any boundary line.
.TP
\fCQt::SolidLine\fR - a simple line.
.TP