summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtoolbar.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtoolbar.3qt')
-rw-r--r--doc/man/man3/tqtoolbar.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqtoolbar.3qt b/doc/man/man3/tqtoolbar.3qt
index 82e378a0..e52bec45 100644
--- a/doc/man/man3/tqtoolbar.3qt
+++ b/doc/man/man3/tqtoolbar.3qt
@@ -73,7 +73,7 @@ This extract from the application/application.cpp example shows the creation of
.PP
You may use most widgets within a toolbar, with QToolButton and QComboBox being the most common.
.PP
-If you create a new widget on an already visible QToolBar, this widget will automatically become visible without needing a show() call. (This differs from every other Qt widget container. We recommend calling show() anyway since we hope to fix this anomaly in a future release.)
+If you create a new widget on an already visible QToolBar, this widget will automatically become visible without needing a show() call. (This differs from every other TQt widget container. We recommend calling show() anyway since we hope to fix this anomaly in a future release.)
.PP
QToolBars, like QDockWindows, are located in QDockAreas or float as top-level windows. QMainWindow provides four QDockAreas (top, left, right and bottom). When you create a new toolbar (as in the example above) as a child of a QMainWindow the toolbar will be added to the top dock area. You can move it to another dock area (or float it) by calling QMainWindow::moveDockWindow(). QDock areas lay out their windows in Lines.
.PP
@@ -151,8 +151,8 @@ If you find a bug in Qt, please report it as described in
.BR http://doc.trolltech.com/bughowto.html .
Good bug reports help us to help you. Thank you.
.P
-The definitive Qt documentation is provided in HTML format; it is
-located at $QTDIR/doc/html and can be read using Qt Assistant or with
+The definitive TQt documentation is provided in HTML format; it is
+located at $QTDIR/doc/html and can be read using TQt Assistant or with
a web browser. This man page is provided as a convenience for those
users who prefer man pages, although this format is not officially
supported by Trolltech.