summaryrefslogtreecommitdiffstats
path: root/doc/html/t10-cannon-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t10-cannon-cpp.html')
-rw-r--r--doc/html/t10-cannon-cpp.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/t10-cannon-cpp.html b/doc/html/t10-cannon-cpp.html
index dfcd661aa..508b70b26 100644
--- a/doc/html/t10-cannon-cpp.html
+++ b/doc/html/t10-cannon-cpp.html
@@ -43,12 +43,12 @@ body { background: #ffffff; color: black; }
#include &lt;<a href="qpixmap-h.html">ntqpixmap.h</a>&gt;
-<a name="f48"></a>CannonField::CannonField( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name )
- : <a href="ntqwidget.html">TQWidget</a>( parent, name )
+<a name="f48"></a>CannonField::CannonField( <a href="tqwidget.html">TQWidget</a> *parent, const char *name )
+ : <a href="tqwidget.html">TQWidget</a>( parent, name )
{
ang = 45;
f = 0;
- <a href="ntqwidget.html#setPalette">setPalette</a>( TQPalette( TQColor( 250, 250, 200) ) );
+ <a href="tqwidget.html#setPalette">setPalette</a>( TQPalette( TQColor( 250, 250, 200) ) );
}
@@ -61,7 +61,7 @@ void <a name="f49"></a>CannonField::setAngle( int degrees )
if ( ang == degrees )
return;
ang = degrees;
- <a href="ntqwidget.html#repaint">repaint</a>( cannonRect(), FALSE );
+ <a href="tqwidget.html#repaint">repaint</a>( cannonRect(), FALSE );
emit angleChanged( ang );
}
@@ -77,7 +77,7 @@ void <a name="f50"></a>CannonField::setForce( int newton )
}
-void CannonField::<a href="ntqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e )
+void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> *e )
{
if ( !e-&gt;<a href="qpaintevent.html#rect">rect</a>().intersects( cannonRect() ) )
return;
@@ -103,12 +103,12 @@ void CannonField::<a href="ntqwidget.html#paintEvent">paintEvent</a>( <a href="q
TQRect <a name="f51"></a>CannonField::cannonRect() const
{
<a href="ntqrect.html">TQRect</a> r( 0, 0, 50, 50 );
- r.<a href="ntqrect.html#moveBottomLeft">moveBottomLeft</a>( <a href="ntqwidget.html#rect">rect</a>().bottomLeft() );
+ r.<a href="ntqrect.html#moveBottomLeft">moveBottomLeft</a>( <a href="tqwidget.html#rect">rect</a>().bottomLeft() );
return r;
}
-TQSizePolicy CannonField::<a href="ntqwidget.html#sizePolicy">sizePolicy</a>() const
+TQSizePolicy CannonField::<a href="tqwidget.html#sizePolicy">sizePolicy</a>() const
{
return TQSizePolicy( TQSizePolicy::Expanding, TQSizePolicy::Expanding );
}