summaryrefslogtreecommitdiffstats
path: root/doc/html/tetrix-example.html
diff options
context:
space:
mode:
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>