summaryrefslogtreecommitdiffstats
path: root/doc/html/t9-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/t9-main-cpp.html')
-rw-r--r--doc/html/t9-main-cpp.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/t9-main-cpp.html b/doc/html/t9-main-cpp.html
index 2600c019..e12b085c 100644
--- a/doc/html/t9-main-cpp.html
+++ b/doc/html/t9-main-cpp.html
@@ -48,18 +48,18 @@ body { background: #ffffff; color: black; }
#include "cannon.h"
-class MyWidget: public <a href="ntqwidget.html">TQWidget</a>
+class MyWidget: public <a href="tqwidget.html">TQWidget</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="f43"></a>MyWidget::MyWidget( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name )
- : <a href="ntqwidget.html">TQWidget</a>( parent, name )
+<a name="f43"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name )
+ : <a href="tqwidget.html">TQWidget</a>( parent, name )
{
<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 ) );
+ 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>()) );
@@ -80,7 +80,7 @@ public:
grid-&gt;<a href="qgridlayout.html#setColStretch">setColStretch</a>( 1, 10 );
angle-&gt;setValue( 60 );
- angle-&gt;<a href="ntqwidget.html#setFocus">setFocus</a>();
+ angle-&gt;<a href="tqwidget.html#setFocus">setFocus</a>();
}
int main( int argc, char **argv )
@@ -89,9 +89,9 @@ int main( int argc, char **argv )
<a href="ntqapplication.html">TQApplication</a> a( argc, argv );
MyWidget w;
- w.<a href="ntqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 );
+ w.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 );
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 -->