summaryrefslogtreecommitdiffstats
path: root/doc/html/t8-cannon-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t8-cannon-cpp.html')
-rw-r--r--doc/html/t8-cannon-cpp.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/t8-cannon-cpp.html b/doc/html/t8-cannon-cpp.html
index 95f09d43d..1a57d06b6 100644
--- a/doc/html/t8-cannon-cpp.html
+++ b/doc/html/t8-cannon-cpp.html
@@ -39,7 +39,7 @@ body { background: #ffffff; color: black; }
****************************************************************/
#include "cannon.h"
-#include &lt;<a href="qpainter-h.html">ntqpainter.h</a>&gt;
+#include &lt;<a href="tqpainter-h.html">tqpainter.h</a>&gt;
<a name="f34"></a>CannonField::CannonField( <a href="tqwidget.html">TQWidget</a> *parent, const char *name )
@@ -64,11 +64,11 @@ void <a name="f35"></a>CannonField::setAngle( int degrees )
}
-void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="qpaintevent.html">TQPaintEvent</a> * )
+void CannonField::<a href="tqwidget.html#paintEvent">paintEvent</a>( <a href="tqpaintevent.html">TQPaintEvent</a> * )
{
<a href="tqstring.html">TQString</a> s = "Angle = " + TQString::number( ang );
- <a href="ntqpainter.html">TQPainter</a> p( this );
- p.<a href="ntqpainter.html#drawText">drawText</a>( 200, 200, s );
+ <a href="tqpainter.html">TQPainter</a> p( this );
+ p.<a href="tqpainter.html#drawText">drawText</a>( 200, 200, s );
}