summaryrefslogtreecommitdiffstats
path: root/doc/html/scribble-example.html
diff options
context:
space:
mode:
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 );
}