diff options
Diffstat (limited to 'doc/html/qmake-manual-7.html')
-rw-r--r-- | doc/html/qmake-manual-7.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmake-manual-7.html b/doc/html/qmake-manual-7.html index acaaf1855..eaa4d911f 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>( &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>(); |