summaryrefslogtreecommitdiffstats
path: root/doc/html/t8-cannon-cpp.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/t8-cannon-cpp.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 );
}