summaryrefslogtreecommitdiffstats
path: root/doc/html/scribble-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/scribble-example.html
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-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.html4
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 &lt;<a href="qrect-h.html">ntqrect.h</a>&gt;
#include &lt;<a href="qpoint-h.html">ntqpoint.h</a>&gt;
#include &lt;<a href="qcolordialog-h.html">ntqcolordialog.h</a>&gt;
-#include &lt;<a href="qfiledialog-h.html">ntqfiledialog.h</a>&gt;
+#include &lt;<a href="tqfiledialog-h.html">tqfiledialog.h</a>&gt;
#include &lt;<a href="qcursor-h.html">ntqcursor.h</a>&gt;
#include &lt;<a href="tqimage-h.html">tqimage.h</a>&gt;
#include &lt;<a href="tqstrlist-h.html">tqstrlist.h</a>&gt;
@@ -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-&gt;save( filename, format );
}