summaryrefslogtreecommitdiffstats
path: root/doc/html/showimg-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/showimg-example.html')
-rw-r--r--doc/html/showimg-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/showimg-example.html b/doc/html/showimg-example.html
index ef2124b9..65855665 100644
--- a/doc/html/showimg-example.html
+++ b/doc/html/showimg-example.html
@@ -690,7 +690,7 @@ void <a name="f419"></a>ImageViewer::giveHelp()
helpmsg = new <a href="ntqmessagebox.html">TQMessageBox</a>( "Help", helptext,
TQMessageBox::Information, TQMessageBox::Ok, 0, 0, 0, 0, FALSE );
}
-<a name="x1317"></a> helpmsg-&gt;<a href="ntqdialog.html#show">show</a>();
+<a name="x1317"></a> helpmsg-&gt;<a href="tqdialog.html#show">show</a>();
<a name="x1352"></a> helpmsg-&gt;<a href="tqwidget.html#raise">raise</a>();
}
@@ -784,7 +784,7 @@ void <a name="f426"></a>ImageViewer::setImage(const <a href="tqimage.html">TQIma
void <a name="f427"></a>ImageViewer::editText()
{
ImageTextEditor editor(image,this);
- editor.<a href="ntqdialog.html#exec">exec</a>();
+ editor.<a href="tqdialog.html#exec">exec</a>();
}
void <a name="f428"></a>ImageViewer::to1Bit()