diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/scribble-example.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/scribble-example.html')
-rw-r--r-- | doc/html/scribble-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html index 48346efd0..81d5aa09d 100644 --- a/doc/html/scribble-example.html +++ b/doc/html/scribble-example.html @@ -151,7 +151,7 @@ protected slots: #include <<a href="qrect-h.html">ntqrect.h</a>> #include <<a href="qpoint-h.html">ntqpoint.h</a>> #include <<a href="qcolordialog-h.html">ntqcolordialog.h</a>> -#include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>> +#include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="qcursor-h.html">ntqcursor.h</a>> #include <<a href="tqimage-h.html">tqimage.h</a>> #include <<a href="tqstrlist-h.html">tqstrlist.h</a>> @@ -293,7 +293,7 @@ void <a name="f342"></a>Scribble::slotSave() if ( id != -1 ) { <a href="tqstring.html">TQString</a> format = *formats[ id ]; -<a name="x941"></a> <a href="tqstring.html">TQString</a> filename = TQFileDialog::<a href="ntqfiledialog.html#getSaveFileName">getSaveFileName</a>( <a href="tqstring.html#TQString-null">TQString::null</a>, TQString( "*.%1" ).arg( format.<a href="tqstring.html#lower">lower</a>() ), this ); +<a name="x941"></a> <a href="tqstring.html">TQString</a> filename = TQFileDialog::<a href="tqfiledialog.html#getSaveFileName">getSaveFileName</a>( <a href="tqstring.html#TQString-null">TQString::null</a>, TQString( "*.%1" ).arg( format.<a href="tqstring.html#lower">lower</a>() ), this ); if ( !filename.<a href="tqstring.html#isEmpty">isEmpty</a>() ) canvas->save( filename, format ); } |