diff options
Diffstat (limited to 'doc/html/toplevel-example.html')
-rw-r--r-- | doc/html/toplevel-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/toplevel-example.html b/doc/html/toplevel-example.html index e6a1f8eae..e53d3519c 100644 --- a/doc/html/toplevel-example.html +++ b/doc/html/toplevel-example.html @@ -69,7 +69,7 @@ file. <pre> void OptionsDialog::apply() { - <a href="ntqstringlist.html">TQStringList</a> flagList; + <a href="tqstringlist.html">TQStringList</a> flagList; bool wstyle = false; WFlags f = WDestructiveClose | WType_TopLevel | WStyle_Customize; </pre> @@ -184,7 +184,7 @@ modeless dialogs. <p> <pre> if ( !widget ) { widget = new <a href="ntqvbox.html">TQVBox</a>( parent, 0, f ); <a name="x2530"></a> widget-><a href="ntqframe.html#setMargin">setMargin</a>( 20 ); - <a name="x2533"></a> <a href="ntqlabel.html">TQLabel</a> *label = new <a href="ntqlabel.html">TQLabel</a>(flagList.<a href="ntqstringlist.html#join">join</a>("&nbsp;| "), widget); + <a name="x2533"></a> <a href="ntqlabel.html">TQLabel</a> *label = new <a href="ntqlabel.html">TQLabel</a>(flagList.<a href="tqstringlist.html#join">join</a>("&nbsp;| "), widget); <a name="x2532"></a> label-><a href="ntqlabel.html#setTextFormat">setTextFormat</a>(RichText); <a name="x2531"></a> label-><a href="ntqlabel.html#setAlignment">setAlignment</a>(WordBreak); <a href="ntqpushbutton.html">TQPushButton</a> *okButton = new <a href="ntqpushbutton.html">TQPushButton</a>( "Close", widget ); |