From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqcanvasview.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqcanvasview.3qt') diff --git a/doc/man/man3/tqcanvasview.3qt b/doc/man/man3/tqcanvasview.3qt index 32a46003d..66253369e 100644 --- a/doc/man/man3/tqcanvasview.3qt +++ b/doc/man/man3/tqcanvasview.3qt @@ -11,7 +11,7 @@ TQCanvasView \- On-screen view of a TQCanvas .SH SYNOPSIS \fC#include \fR .PP -Inherits QScrollView. +Inherits TQScrollView. .PP .SS "Public Members" .in +1c @@ -54,7 +54,7 @@ The TQCanvasView class provides an on-screen view of a TQCanvas. .PP A TQCanvasView is widget which provides a view of a TQCanvas. .PP -If you want users to be able to interact with a canvas view, subclass TQCanvasView. You might then reimplement QScrollView::contentsMousePressEvent(). For example, assuming no transformation matrix is set: +If you want users to be able to interact with a canvas view, subclass TQCanvasView. You might then reimplement TQScrollView::contentsMousePressEvent(). For example, assuming no transformation matrix is set: .PP .nf .br @@ -136,7 +136,7 @@ Repaints part of the TQCanvas that the canvas view is showing starting at \fIcx\ .PP See also TQCanvas::setDoubleBuffering(). .PP -Reimplemented from QScrollView. +Reimplemented from TQScrollView. .SH "const TQWMatrix & TQCanvasView::inverseWorldMatrix () const" Returns a reference to the inverse of the canvas view's current transformation matrix. .PP -- cgit v1.2.3