summaryrefslogtreecommitdiffstats
path: root/doc/html/t7-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t7-main-cpp.html')
-rw-r--r--doc/html/t7-main-cpp.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/t7-main-cpp.html b/doc/html/t7-main-cpp.html
index c57e097c..5709a8b3 100644
--- a/doc/html/t7-main-cpp.html
+++ b/doc/html/t7-main-cpp.html
@@ -51,15 +51,15 @@ body { background: #ffffff; color: black; }
class MyWidget : public <a href="ntqvbox.html">TQVBox</a>
{
public:
- MyWidget( <a href="ntqwidget.html">TQWidget</a> *parent=0, const char *name=0 );
+ MyWidget( <a href="tqwidget.html">TQWidget</a> *parent=0, const char *name=0 );
};
-<a name="f29"></a>MyWidget::MyWidget( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name )
+<a name="f29"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name )
: <a href="ntqvbox.html">TQVBox</a>( parent, name )
{
<a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" );
- quit-&gt;<a href="ntqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) );
+ quit-&gt;<a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) );
<a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) );
@@ -84,7 +84,7 @@ int main( int argc, char **argv )
MyWidget w;
a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &amp;w );
- w.<a href="ntqwidget.html#show">show</a>();
+ w.<a href="tqwidget.html#show">show</a>();
return a.<a href="ntqapplication.html#exec">exec</a>();
}
</pre><!-- eof -->