summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqstatusbar.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/man/man3/tqstatusbar.3qt
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz
tqt-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstatusbar.3qt')
-rw-r--r--doc/man/man3/tqstatusbar.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqstatusbar.3qt b/doc/man/man3/tqstatusbar.3qt
index b7871a461..10802279d 100644
--- a/doc/man/man3/tqstatusbar.3qt
+++ b/doc/man/man3/tqstatusbar.3qt
@@ -100,7 +100,7 @@ To display a \fItemporary\fR message, call message() (perhaps by connecting a su
.br
.fi
.PP
-\fINormal\fR and \fIPermanent\fR messages are displayed by creating a small widget and then adding it to the status bar with addWidget(). Widgets like QLabel, QProgressBar or even TQToolButton are useful for adding to status bars. removeWidget() is used to remove widgets.
+\fINormal\fR and \fIPermanent\fR messages are displayed by creating a small widget and then adding it to the status bar with addWidget(). Widgets like TQLabel, QProgressBar or even TQToolButton are useful for adding to status bars. removeWidget() is used to remove widgets.
.PP
.nf
.br
@@ -117,7 +117,7 @@ By default TQStatusBar provides a TQSizeGrip in the lower-right corner. You can
.ce 1
.B "[Image Omitted]"
.PP
-See also TQToolBar, TQMainWindow, QLabel, GUI Design Handbook: Status Bar, Main Window and Related Classes, and Help System.
+See also TQToolBar, TQMainWindow, TQLabel, GUI Design Handbook: Status Bar, Main Window and Related Classes, and Help System.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQStatusBar::TQStatusBar ( TQWidget * parent = 0, const char * name = 0 )"
Constructs a status bar called \fIname\fR with parent \fIparent\fR and with a size grip.