diff options
Diffstat (limited to 'doc/man/man3/tqcanvasview.3qt')
-rw-r--r-- | doc/man/man3/tqcanvasview.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
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 <tqcanvas.h>\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 |