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.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqt.3qt b/doc/man/man3/tqt.3qt
index 648cf387..a97aac6d 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, TQPixmap, TQBrush, TQCanvasItem, QCursor, TQPainter, TQEvent, TQIconViewItem, QKeySequence, QListViewItem, QCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, QTab, QTableItem, TQThread, TQToolTip, and TQWhatsThis.
+Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, QCursor, TQPainter, TQEvent, TQIconViewItem, QKeySequence, TQListViewItem, QCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis.
.PP
.SS "Public Members"
.in +1c
@@ -1174,7 +1174,7 @@ This enum describes how the items in a widget are sorted.
.TP
\fCQt::Descending\fR - The items are sorted descending e.g. starts with 'ZZZ' ends with 'AAA' in Latin-1 locales
.SH "TQt::StringComparisonMode"
-This enum type is used to set the string comparison mode when searching for an item. It is used by QListBox, QListView and TQIconView, for example. We'll refer to the string being searched as the 'target' string.
+This enum type is used to set the string comparison mode when searching for an item. It is used by TQListBox, TQListView and TQIconView, for example. We'll refer to the string being searched as the 'target' string.
.TP
\fCQt::CaseSensitive\fR - The strings must match case sensitively.
.TP
@@ -1198,7 +1198,7 @@ This enum type is used to define some modifier flags. Some of these flags only m
.TP
\fCQt::ExpandTabs\fR - Makes the U+0009 (ASCII tab) character move to the next tab stop.
.TP
-\fCQt::ShowPrefix\fR - Displays the string "&P" as <u>P</u> (see QButton for an example). For an ampersand, use "&&".
+\fCQt::ShowPrefix\fR - Displays the string "&P" as <u>P</u> (see TQButton for an example). For an ampersand, use "&&".
.TP
\fCQt::WordBreak\fR - Breaks lines at appropriate points, e.g. at word boundaries.
.TP
@@ -1208,7 +1208,7 @@ This enum type is used to define some modifier flags. Some of these flags only m
.PP
You can use as many modifier flags as you want, except that SingleLine and WordBreak cannot be combined.
.PP
-Flags that are inappropriate for a given use (e.g. ShowPrefix to QGridLayout::addWidget()) are generally ignored.
+Flags that are inappropriate for a given use (e.g. ShowPrefix to TQGridLayout::addWidget()) are generally ignored.
.SH "TQt::TextFormat"
This enum is used in widgets that can display both plain text and rich text, e.g. TQLabel. It is used for deciding whether a text string should be interpreted as one or the other. This is normally done by passing one of the enum values to a setTextFormat() function.
.TP