diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/tetrix-example.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-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.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tetrix-example.html b/doc/html/tetrix-example.html index e01794edd..20e54bc62 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-><a href="qwidget.html#setCaption">setCaption</a>("Tetrix"); - a.<a href="qapplication.html#setMainWidget">setMainWidget</a>(tetrix); - tetrix-><a href="qwidget.html#setCaption">setCaption</a>("TQt Example - Tetrix"); - tetrix-><a href="qwidget.html#show">show</a>(); - return a.<a href="qapplication.html#exec">exec</a>(); +<a name="x356"></a> tetrix-><a href="ntqwidget.html#setCaption">setCaption</a>("Tetrix"); + a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>(tetrix); + tetrix-><a href="ntqwidget.html#setCaption">setCaption</a>("TQt Example - Tetrix"); + tetrix-><a href="ntqwidget.html#show">show</a>(); + return a.<a href="ntqapplication.html#exec">exec</a>(); } </pre> |