summaryrefslogtreecommitdiffstats
path: root/doc/html/t10-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t10-main-cpp.html')
-rw-r--r--doc/html/t10-main-cpp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/t10-main-cpp.html b/doc/html/t10-main-cpp.html
index 857f5e2b..bd7de6d6 100644
--- a/doc/html/t10-main-cpp.html
+++ b/doc/html/t10-main-cpp.html
@@ -61,7 +61,7 @@ public:
<a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&amp;Quit", this, "quit" );
quit-&gt;<a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) );
- <a href="ntqobject.html#connect">connect</a>( quit, SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), qApp, SLOT(<a href="ntqapplication.html#quit">quit</a>()) );
+ <a href="ntqobject.html#connect">connect</a>( quit, SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, SLOT(<a href="ntqapplication.html#quit">quit</a>()) );
LCDRange *angle = new LCDRange( this, "angle" );
angle-&gt;setRange( 5, 70 );