summaryrefslogtreecommitdiffstats
path: root/doc/html/t13-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t13-main-cpp.html')
-rw-r--r--doc/html/t13-main-cpp.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/t13-main-cpp.html b/doc/html/t13-main-cpp.html
index acd77156b..b8ca97d7c 100644
--- a/doc/html/t13-main-cpp.html
+++ b/doc/html/t13-main-cpp.html
@@ -38,21 +38,21 @@ body { background: #ffffff; color: black; }
**
****************************************************************/
-#include &lt;<a href="qapplication-h.html">qapplication.h</a>&gt;
+#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
#include "gamebrd.h"
int main( int argc, char **argv )
{
- TQApplication::<a href="qapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor );
- <a href="qapplication.html">TQApplication</a> a( argc, argv );
+ TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor );
+ <a href="ntqapplication.html">TQApplication</a> a( argc, argv );
GameBoard gb;
- gb.<a href="qwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 );
- a.<a href="qapplication.html#setMainWidget">setMainWidget</a>( &amp;gb );
- gb.<a href="qwidget.html#show">show</a>();
- return a.<a href="qapplication.html#exec">exec</a>();
+ gb.<a href="ntqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 );
+ a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &amp;gb );
+ gb.<a href="ntqwidget.html#show">show</a>();
+ return a.<a href="ntqapplication.html#exec">exec</a>();
}
</pre><!-- eof -->
<p><address><hr><div align=center>