From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/t11-cannon-h.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/html/t11-cannon-h.html') 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 <qwidget.h> +#include <ntqwidget.h> -class CannonField : public TQWidget +class CannonField : public TQWidget { Q_OBJECT public: - CannonField( TQWidget *parent=0, const char *name=0 ); + CannonField( TQWidget *parent=0, const char *name=0 ); int angle() const { return ang; } int force() const { return f; } - TQSizePolicy sizePolicy() const; + TQSizePolicy sizePolicy() const; public slots: void setAngle( int degrees ); @@ -73,16 +73,16 @@ protected: void paintEvent( TQPaintEvent * ); private: - void paintShot( TQPainter * ); - void paintCannon( TQPainter * ); - TQRect cannonRect() const; - TQRect shotRect() const; + void paintShot( TQPainter * ); + void paintCannon( TQPainter * ); + TQRect cannonRect() const; + TQRect shotRect() const; int ang; int f; int timerCount; - TQTimer * autoShootTimer; + TQTimer * autoShootTimer; float shoot_ang; float shoot_f; }; -- cgit v1.2.1