summaryrefslogtreecommitdiffstats
path: root/doc/html/tetrix-example.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/tetrix-example.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/tetrix-example.html')
-rw-r--r--doc/html/tetrix-example.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tetrix-example.html b/doc/html/tetrix-example.html
index e01794ed..20e54bc6 100644
--- a/doc/html/tetrix-example.html
+++ b/doc/html/tetrix-example.html
@@ -48,18 +48,18 @@ This is the TQt implementation of the well known game Tetris.
#include "qtetrix.h"
#include "qdragapp.h"
-#include "qfont.h"
+#include "ntqfont.h"
int main( int argc, char **argv )
{
-<a name="x354"></a> TQApplication::<a href="qapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor );
+<a name="x354"></a> TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor );
TQDragApplication a(argc,argv);
TQTetrix *tetrix = new TQTetrix;
-<a name="x356"></a> tetrix-&gt;<a href="qwidget.html#setCaption">setCaption</a>("Tetrix");
- a.<a href="qapplication.html#setMainWidget">setMainWidget</a>(tetrix);
- tetrix-&gt;<a href="qwidget.html#setCaption">setCaption</a>("TQt Example - Tetrix");
- tetrix-&gt;<a href="qwidget.html#show">show</a>();
- return a.<a href="qapplication.html#exec">exec</a>();
+<a name="x356"></a> tetrix-&gt;<a href="ntqwidget.html#setCaption">setCaption</a>("Tetrix");
+ a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(tetrix);
+ tetrix-&gt;<a href="ntqwidget.html#setCaption">setCaption</a>("TQt Example - Tetrix");
+ tetrix-&gt;<a href="ntqwidget.html#show">show</a>();
+ return a.<a href="ntqapplication.html#exec">exec</a>();
}
</pre>