diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/t11-cannon-h.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/t11-cannon-h.html')
-rw-r--r-- | doc/html/t11-cannon-h.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/t11-cannon-h.html b/doc/html/t11-cannon-h.html index 87b8760f0..125408fe9 100644 --- a/doc/html/t11-cannon-h.html +++ b/doc/html/t11-cannon-h.html @@ -44,18 +44,18 @@ 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; } - <a href="qsizepolicy.html">TQSizePolicy</a> sizePolicy() const; + <a href="ntqsizepolicy.html">TQSizePolicy</a> sizePolicy() const; public slots: void setAngle( int degrees ); @@ -73,16 +73,16 @@ protected: void paintEvent( <a href="qpaintevent.html">TQPaintEvent</a> * ); private: - void paintShot( <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; + void paintShot( <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; 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; }; |