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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tetrix-example.html b/doc/html/tetrix-example.html
index 20e54bc62..bcab982af 100644
--- a/doc/html/tetrix-example.html
+++ b/doc/html/tetrix-example.html
@@ -55,10 +55,10 @@ int main( int argc, char **argv )
<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="ntqwidget.html#setCaption">setCaption</a>("Tetrix");
+<a name="x356"></a> tetrix-&gt;<a href="tqwidget.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>();
+ tetrix-&gt;<a href="tqwidget.html#setCaption">setCaption</a>("TQt Example - Tetrix");
+ tetrix-&gt;<a href="tqwidget.html#show">show</a>();
return a.<a href="ntqapplication.html#exec">exec</a>();
}
</pre>