summaryrefslogtreecommitdiffstats
path: root/doc/html/menu-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/menu-example.html')
-rw-r--r--doc/html/menu-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/menu-example.html b/doc/html/menu-example.html
index 4be978c14..da154dbd0 100644
--- a/doc/html/menu-example.html
+++ b/doc/html/menu-example.html
@@ -302,8 +302,8 @@ private:
label = new <a href="tqlabel.html">TQLabel</a>( this );
<a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( label );
label-&gt;<a href="tqwidget.html#setGeometry">setGeometry</a>( 20, rect().center().y()-20, width()-40, 40 );
- label-&gt;<a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Raised );
-<a name="x1863"></a> label-&gt;<a href="ntqframe.html#setLineWidth">setLineWidth</a>( 1 );
+ label-&gt;<a href="tqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Box | TQFrame::Raised );
+<a name="x1863"></a> label-&gt;<a href="tqframe.html#setLineWidth">setLineWidth</a>( 1 );
label-&gt;<a href="tqlabel.html#setAlignment">setAlignment</a>( AlignCenter );
<a href="tqobject.html#connect">connect</a>( this, TQ_SIGNAL(explain(const <a href="tqstring.html">TQString</a>&amp;)),