diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
| commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
| tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/picture-example.html | |
| parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
| download | tqt-0582c90a.tar.gz tqt-0582c90a.zip | |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |
