summaryrefslogtreecommitdiffstats
path: root/doc/html/t11-cannon-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t11-cannon-h.html')
-rw-r--r--doc/html/t11-cannon-h.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/t11-cannon-h.html b/doc/html/t11-cannon-h.html
index 87b8760f..125408fe 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 &lt;<a href="qwidget-h.html">qwidget.h</a>&gt;
+#include &lt;<a href="qwidget-h.html">ntqwidget.h</a>&gt;
-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;
};