diff options
Diffstat (limited to 'doc/html/t13-cannon-h.html')
-rw-r--r-- | doc/html/t13-cannon-h.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/t13-cannon-h.html b/doc/html/t13-cannon-h.html index c976f85a5..93c46edc8 100644 --- a/doc/html/t13-cannon-h.html +++ b/doc/html/t13-cannon-h.html @@ -44,20 +44,20 @@ body { background: #ffffff; color: black; } class TQTimer; -#include <<a href="qwidget-h.html">qwidget.h</a>> +#include <<a href="qwidget-h.html">ntqwidget.h</a>> -class CannonField : public <a href="qwidget.html">TQWidget</a> +class CannonField : public <a href="ntqwidget.html">TQWidget</a> { Q_OBJECT public: - CannonField( <a href="qwidget.html">TQWidget</a> *parent=0, const char *name=0 ); + CannonField( <a href="ntqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); int angle() const { return ang; } int force() const { return f; } bool gameOver() const { return gameEnded; } bool isShooting() const; - <a href="qsizepolicy.html">TQSizePolicy</a> sizePolicy() const; + <a href="ntqsizepolicy.html">TQSizePolicy</a> sizePolicy() const; public slots: void setAngle( int degrees ); @@ -81,22 +81,22 @@ protected: void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); private: - void paintShot( <a href="qpainter.html">TQPainter</a> * ); - void paintTarget( <a href="qpainter.html">TQPainter</a> * ); - void paintCannon( <a href="qpainter.html">TQPainter</a> * ); - <a href="qrect.html">TQRect</a> cannonRect() const; - <a href="qrect.html">TQRect</a> shotRect() const; - <a href="qrect.html">TQRect</a> targetRect() const; + void paintShot( <a href="ntqpainter.html">TQPainter</a> * ); + void paintTarget( <a href="ntqpainter.html">TQPainter</a> * ); + void paintCannon( <a href="ntqpainter.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; int ang; int f; int timerCount; - <a href="qtimer.html">TQTimer</a> * autoShootTimer; + <a href="ntqtimer.html">TQTimer</a> * autoShootTimer; float shoot_ang; float shoot_f; - <a href="qpoint.html">TQPoint</a> target; + <a href="ntqpoint.html">TQPoint</a> target; bool gameEnded; }; |