summaryrefslogtreecommitdiffstats
path: root/doc/html/process-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/process-example.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt-42957a3f.tar.gz
tqt-42957a3f.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/process-example.html')
-rw-r--r--doc/html/process-example.html2
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 );