summaryrefslogtreecommitdiffstats
path: root/doc/html/picture-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/picture-example.html')
-rw-r--r--doc/html/picture-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/picture-example.html b/doc/html/picture-example.html
index c0189b6a0..4303b8028 100644
--- a/doc/html/picture-example.html
+++ b/doc/html/picture-example.html
@@ -52,7 +52,7 @@ a set of drawing commands.
#include &lt;<a href="tqpicture-h.html">tqpicture.h</a>&gt;
#include &lt;<a href="tqpixmap-h.html">tqpixmap.h</a>&gt;
#include &lt;<a href="tqwidget-h.html">tqwidget.h</a>&gt;
-#include &lt;<a href="qmessagebox-h.html">ntqmessagebox.h</a>&gt;
+#include &lt;<a href="tqmessagebox-h.html">tqmessagebox.h</a>&gt;
#include &lt;<a href="tqfile-h.html">tqfile.h</a>&gt;
#include &lt;ctype.h&gt;
@@ -157,7 +157,7 @@ int main( int argc, char **argv )
<a name="x118"></a> paint.<a href="tqpainter.html#end">end</a>(); // painting done
<a name="x123"></a> pict.<a href="tqpicture.html#save">save</a>( fileName ); // save picture
-<a name="x110"></a> TQMessageBox::<a href="ntqmessagebox.html#information">information</a>(0, "TQt Example - Picture", "Saved. Run me again!");
+<a name="x110"></a> TQMessageBox::<a href="tqmessagebox.html#information">information</a>(0, "TQt Example - Picture", "Saved. Run me again!");
return 0;
} else {
PictureDisplay test( fileName ); // create picture display