summaryrefslogtreecommitdiffstats
path: root/doc/html/customlayout-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/customlayout-example.html')
-rw-r--r--doc/html/customlayout-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/customlayout-example.html b/doc/html/customlayout-example.html
index b8fb8bf68..6fa6ec4cb 100644
--- a/doc/html/customlayout-example.html
+++ b/doc/html/customlayout-example.html
@@ -788,7 +788,7 @@ int main( int argc, char **argv )
large-&gt;addWidget( new <a href="ntqpushbutton.html">TQPushButton</a>( "North", wid ), BorderLayout::North );
large-&gt;addWidget( new <a href="ntqpushbutton.html">TQPushButton</a>( "West", wid ), BorderLayout::West );
<a href="ntqmultilineedit.html">TQMultiLineEdit</a>* m = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>( wid );
- m-&gt;<a href="ntqtextedit.html#setText">setText</a>( "Central\nWidget" );
+ m-&gt;<a href="tqtextedit.html#setText">setText</a>( "Central\nWidget" );
large-&gt;addWidget( m, BorderLayout::Center );
<a href="tqwidget.html">TQWidget</a> *east1 = new <a href="ntqpushbutton.html">TQPushButton</a>( "East", wid );
large-&gt;addWidget( east1, BorderLayout::East );