summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtoolbox.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/man/man3/tqtoolbox.3qt
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtoolbox.3qt')
-rw-r--r--doc/man/man3/tqtoolbox.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtoolbox.3qt b/doc/man/man3/tqtoolbox.3qt
index 746580a5..51e96a3f 100644
--- a/doc/man/man3/tqtoolbox.3qt
+++ b/doc/man/man3/tqtoolbox.3qt
@@ -11,7 +11,7 @@ TQToolBox \- Column of tabbed widget items
.SH SYNOPSIS
\fC#include <tqtoolbox.h>\fR
.PP
-Inherits QFrame.
+Inherits TQFrame.
.PP
.SS "Public Members"
.in +1c
@@ -119,7 +119,7 @@ The current item widget is returned by currentItem() and set with setCurrentItem
.PP
The currentChanged() signal is emitted when the current item is changed.
.PP
-See also QTabWidget and Advanced Widgets.
+See also TQTabWidget and Advanced Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQToolBox::TQToolBox ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
Constructs a toolbox called \fIname\fR with parent \fIparent\fR and flags \fIf\fR.