summaryrefslogtreecommitdiffstats
path: root/doc/html/qmag-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmag-example.html')
-rw-r--r--doc/html/qmag-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qmag-example.html b/doc/html/qmag-example.html
index 74734c32d..a96f9b184 100644
--- a/doc/html/qmag-example.html
+++ b/doc/html/qmag-example.html
@@ -57,7 +57,7 @@ magnified area as a .bmp file.
#include &lt;<a href="qpixmap-h.html">ntqpixmap.h</a>&gt;
#include &lt;<a href="tqimage-h.html">tqimage.h</a>&gt;
#include &lt;<a href="qlabel-h.html">ntqlabel.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="tqregexp-h.html">tqregexp.h</a>&gt;
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
@@ -234,7 +234,7 @@ void <a name="f487"></a>MagWidget::save()
{
<a name="x1785"></a> if ( !p.<a href="ntqpixmap.html#isNull">isNull</a>() ) {
<a href="tqobject.html#killTimers">killTimers</a>();
-<a name="x1775"></a> <a href="tqstring.html">TQString</a> fn = TQFileDialog::<a href="ntqfiledialog.html#getSaveFileName">getSaveFileName</a>();
+<a name="x1775"></a> <a href="tqstring.html">TQString</a> fn = TQFileDialog::<a href="tqfiledialog.html#getSaveFileName">getSaveFileName</a>();
<a name="x1792"></a> if ( !fn.<a href="tqstring.html#isEmpty">isEmpty</a>() )
<a name="x1786"></a> p.<a href="ntqpixmap.html#save">save</a>( fn, "BMP" );
if ( r )
@@ -246,7 +246,7 @@ void <a name="f488"></a>MagWidget::multiSave()
{
if ( !p.<a href="ntqpixmap.html#isNull">isNull</a>() ) {
multifn = ""; // stops saving
- multifn = TQFileDialog::<a href="ntqfiledialog.html#getSaveFileName">getSaveFileName</a>();
+ multifn = TQFileDialog::<a href="tqfiledialog.html#getSaveFileName">getSaveFileName</a>();
if ( multifn.<a href="tqstring.html#isEmpty">isEmpty</a>() )
<a name="x1789"></a> multiSaveButton-&gt;<a href="ntqpushbutton.html#setOn">setOn</a>(FALSE);
if ( !r )