diff options
Diffstat (limited to 'doc/man/man3/tqpoint.3qt')
-rw-r--r-- | doc/man/man3/tqpoint.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqpoint.3qt b/doc/man/man3/tqpoint.3qt index fedb4aef2..3c1626738 100644 --- a/doc/man/man3/tqpoint.3qt +++ b/doc/man/man3/tqpoint.3qt @@ -133,7 +133,7 @@ Example: .br //TQPoint oldPos is defined somewhere else .br - MyWidget::mouseMoveEvent( QMouseEvent *e ) + MyWidget::mouseMoveEvent( TQMouseEvent *e ) .br { .br |