summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqscrollbar.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 18:33:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 18:41:44 +0900
commite42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch)
tree1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /doc/man/man3/tqscrollbar.3qt
parent0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff)
downloadtqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz
tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqscrollbar.3qt')
-rw-r--r--doc/man/man3/tqscrollbar.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqscrollbar.3qt b/doc/man/man3/tqscrollbar.3qt
index c8d0dc37d..16b0fa690 100644
--- a/doc/man/man3/tqscrollbar.3qt
+++ b/doc/man/man3/tqscrollbar.3qt
@@ -142,7 +142,7 @@ Inherits TQWidget and QRangeControl.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBhideEvent\fR ( QHideEvent * )"
+.BI "virtual void \fBhideEvent\fR ( TQHideEvent * )"
.br
.in -1c
.SH DESCRIPTION
@@ -212,7 +212,7 @@ The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructo
Destructor.
.SH "bool TQScrollBar::draggingSlider () const"
Returns TRUE if the user has clicked the mouse on the slider and is currently dragging it; otherwise returns FALSE. See the "draggingSlider" property for details.
-.SH "void TQScrollBar::hideEvent ( QHideEvent * )\fC [virtual protected]\fR"
+.SH "void TQScrollBar::hideEvent ( TQHideEvent * )\fC [virtual protected]\fR"
This function is called when the scrollbar is hidden.
.PP
Reimplemented from TQWidget.