diff options
Diffstat (limited to 'doc/html/process-example.html')
-rw-r--r-- | doc/html/process-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/process-example.html b/doc/html/process-example.html index 1eef600d3..438c4dbaf 100644 --- a/doc/html/process-example.html +++ b/doc/html/process-example.html @@ -82,7 +82,7 @@ private: // Layout output = new <a href="tqtextview.html">TQTextView</a>( this ); quitButton = new <a href="tqpushbutton.html">TQPushButton</a>( <a href="tqobject.html#tr">tr</a>("Quit"), this ); - <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), + <a href="tqobject.html#connect">connect</a>( quitButton, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); <a href="tqwidget.html#resize">resize</a>( 500, 500 ); |