diff options
Diffstat (limited to 'doc/html/layout-example.html')
-rw-r--r-- | doc/html/layout-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/layout-example.html b/doc/html/layout-example.html index c178ef5f0..4a2ab99d5 100644 --- a/doc/html/layout-example.html +++ b/doc/html/layout-example.html @@ -116,7 +116,7 @@ public: // Make a big widget that will grab all space in the middle. <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *bigWidget = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( this ); - bigWidget-><a href="ntqtextedit.html#setText">setText</a>( "This widget will get all the remaining space" ); + bigWidget-><a href="tqtextedit.html#setText">setText</a>( "This widget will get all the remaining space" ); <a name="x531"></a> bigWidget-><a href="ntqframe.html#setFrameStyle">setFrameStyle</a>( TQFrame::Panel | TQFrame::Plain ); // Set vertical stretch factor to 10 to let the bigWidget stretch |