diff options
Diffstat (limited to 'doc/html/t14-cannon-h.html')
-rw-r--r-- | doc/html/t14-cannon-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/t14-cannon-h.html b/doc/html/t14-cannon-h.html index 31cb927a0..29494bccc 100644 --- a/doc/html/t14-cannon-h.html +++ b/doc/html/t14-cannon-h.html @@ -79,16 +79,16 @@ signals: void canShoot( bool ); protected: - void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); + void paintEvent( <a href="tqpaintevent.html">TQPaintEvent</a> * ); void mousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void mouseMoveEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); void mouseReleaseEvent( <a href="qmouseevent.html">TQMouseEvent</a> * ); private: - void paintShot( <a href="ntqpainter.html">TQPainter</a> * ); - void paintTarget( <a href="ntqpainter.html">TQPainter</a> * ); - void paintBarrier( <a href="ntqpainter.html">TQPainter</a> * ); - void paintCannon( <a href="ntqpainter.html">TQPainter</a> * ); + void paintShot( <a href="tqpainter.html">TQPainter</a> * ); + void paintTarget( <a href="tqpainter.html">TQPainter</a> * ); + void paintBarrier( <a href="tqpainter.html">TQPainter</a> * ); + void paintCannon( <a href="tqpainter.html">TQPainter</a> * ); <a href="ntqrect.html">TQRect</a> cannonRect() const; <a href="ntqrect.html">TQRect</a> shotRect() const; <a href="ntqrect.html">TQRect</a> targetRect() const; |