diff options
Diffstat (limited to 'doc/html/showimg-example.html')
| -rw-r--r-- | doc/html/showimg-example.html | 4 | 
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-><a href="ntqdialog.html#show">show</a>(); +<a name="x1317"></a>    helpmsg-><a href="tqdialog.html#show">show</a>();  <a name="x1352"></a>    helpmsg-><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() | 
