summaryrefslogtreecommitdiffstats
path: root/doc/html/showimg-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/showimg-example.html
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt-fef84691.tar.gz
tqt-fef84691.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 ef2124b97..658556656 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()