diff options
author | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqdatabrowser.3qt | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqdatabrowser.3qt')
-rw-r--r-- | doc/man/man3/tqdatabrowser.3qt | 12 |
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. |