diff options
Diffstat (limited to 'doc/html/richtext-example.html')
-rw-r--r-- | doc/html/richtext-example.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index e7f0867f3..137f89b9a 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -159,7 +159,7 @@ static const char* sayings[] = { <a name="f255"></a>MyRichText::MyRichText( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqvbox.html">TQVBox</a>( parent, name ) { - <a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + <a href="tqframe.html#setMargin">setMargin</a>( 5 ); view = new <a href="tqtextview.html">TQTextView</a>( this ); <a name="x465"></a> view-><a href="tqtextedit.html#setText">setText</a>( "This is a <b>Test</b> with <i>italic</i> <u>stuff</u>" ); @@ -174,7 +174,7 @@ static const char* sayings[] = { <a name="x467"></a> view-><a href="tqwidget.html#setMinimumSize">setMinimumSize</a>( 450, 250 ); <a href="ntqhbox.html">TQHBox</a> *buttons = new <a href="ntqhbox.html">TQHBox</a>( this ); - buttons-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + buttons-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); bClose = new <a href="tqpushbutton.html">TQPushButton</a>( "&Close", buttons ); bPrev = new <a href="tqpushbutton.html">TQPushButton</a>( "<< &Prev", buttons ); @@ -182,9 +182,9 @@ static const char* sayings[] = { <a name="x466"></a> bPrev-><a href="tqwidget.html#setEnabled">setEnabled</a>( FALSE ); -<a name="x462"></a> <a href="tqobject.html#connect">connect</a>( bClose, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); - <a href="tqobject.html#connect">connect</a>( bPrev, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( prev() ) ); - <a href="tqobject.html#connect">connect</a>( bNext, TQ_SIGNAL( <a href="ntqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( next() ) ); +<a name="x462"></a> <a href="tqobject.html#connect">connect</a>( bClose, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), tqApp, TQ_SLOT( <a href="ntqapplication.html#quit">quit</a>() ) ); + <a href="tqobject.html#connect">connect</a>( bPrev, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( prev() ) ); + <a href="tqobject.html#connect">connect</a>( bNext, TQ_SIGNAL( <a href="tqbutton.html#clicked">clicked</a>() ), this, TQ_SLOT( next() ) ); num = 0; } |