diff options
Diffstat (limited to 'doc/html/picture-example.html')
-rw-r--r-- | doc/html/picture-example.html | 4 |
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 <<a href="tqpicture-h.html">tqpicture.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqwidget-h.html">tqwidget.h</a>> -#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> +#include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <ctype.h> @@ -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 |