From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/tetrix-example.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/tetrix-example.html') 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 ) { - TQApplication::setColorSpec( TQApplication::CustomColor ); + TQApplication::setColorSpec( TQApplication::CustomColor ); TQDragApplication a(argc,argv); TQTetrix *tetrix = new TQTetrix; - tetrix->setCaption("Tetrix"); - a.setMainWidget(tetrix); - tetrix->setCaption("TQt Example - Tetrix"); - tetrix->show(); - return a.exec(); + tetrix->setCaption("Tetrix"); + a.setMainWidget(tetrix); + tetrix->setCaption("TQt Example - Tetrix"); + tetrix->show(); + return a.exec(); } -- cgit v1.2.1