summaryrefslogtreecommitdiffstats
path: root/doc/html/qmake-manual-7.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmake-manual-7.html')
-rw-r--r--doc/html/qmake-manual-7.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmake-manual-7.html b/doc/html/qmake-manual-7.html
index acaaf185..eaa4d911 100644
--- a/doc/html/qmake-manual-7.html
+++ b/doc/html/qmake-manual-7.html
@@ -166,7 +166,7 @@ body { background: #ffffff; color: black; }
MyObject obj;
MyDialog dia;
app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &amp;dia );
- dia.connect( dia.aButton, SIGNAL(clicked()), SLOT(<a href="ntqwidget.html#close">close</a>()) );
+ dia.connect( dia.aButton, TQ_SIGNAL(clicked()), TQ_SLOT(<a href="ntqwidget.html#close">close</a>()) );
dia.show();
return app.<a href="ntqapplication.html#exec">exec</a>();