summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdatabrowser.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdatabrowser.3qt')
-rw-r--r--doc/man/man3/tqdatabrowser.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqdatabrowser.3qt b/doc/man/man3/tqdatabrowser.3qt
index 7d7e4fe05..d3a8d11d0 100644
--- a/doc/man/man3/tqdatabrowser.3qt
+++ b/doc/man/man3/tqdatabrowser.3qt
@@ -271,17 +271,17 @@ See also Database Classes.
.SH "TQDataBrowser::Boundary"
This enum describes where the data browser is positioned.
.TP
-\fCQDataBrowser::Unknown\fR - the boundary cannot be determined (usually because there is no default cursor, or the default cursor is not active).
+\fCTQDataBrowser::Unknown\fR - the boundary cannot be determined (usually because there is no default cursor, or the default cursor is not active).
.TP
-\fCQDataBrowser::None\fR - the browser is not positioned on a boundary, but it is positioned on a record somewhere in the middle.
+\fCTQDataBrowser::None\fR - the browser is not positioned on a boundary, but it is positioned on a record somewhere in the middle.
.TP
-\fCQDataBrowser::BeforeBeginning\fR - the browser is positioned before the first available record.
+\fCTQDataBrowser::BeforeBeginning\fR - the browser is positioned before the first available record.
.TP
-\fCQDataBrowser::Beginning\fR - the browser is positioned at the first record.
+\fCTQDataBrowser::Beginning\fR - the browser is positioned at the first record.
.TP
-\fCQDataBrowser::End\fR - the browser is positioned at the last record.
+\fCTQDataBrowser::End\fR - the browser is positioned at the last record.
.TP
-\fCQDataBrowser::AfterEnd\fR - the browser is positioned after the last available record.
+\fCTQDataBrowser::AfterEnd\fR - the browser is positioned after the last available record.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQDataBrowser::TQDataBrowser ( TQWidget * parent = 0, const char * name = 0, WFlags fl = 0 )"
Constructs a data browser which is a child of \fIparent\fR, with the name \fIname\fR and widget flags set to \fIfl\fR.