summaryrefslogtreecommitdiffstats
path: root/doc/html/helpviewer-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/helpviewer-example.html')
-rw-r--r--doc/html/helpviewer-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html
index fb4c30415..71c8d00c2 100644
--- a/doc/html/helpviewer-example.html
+++ b/doc/html/helpviewer-example.html
@@ -154,7 +154,7 @@ private:
browser = new <a href="tqtextbrowser.html">TQTextBrowser</a>( this );
<a name="x1030"></a> browser-&gt;<a href="tqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>()-&gt;setFilePath( _path );
- browser-&gt;<a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken );
+ browser-&gt;<a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken );
<a name="x1027"></a> <a href="tqobject.html#connect">connect</a>( browser, TQ_SIGNAL( <a href="tqtextbrowser.html#sourceChanged">sourceChanged</a>(const <a href="tqstring.html">TQString</a>&amp; ) ),
this, TQ_SLOT( sourceChanged( const <a href="tqstring.html">TQString</a>&amp;) ) );