diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qaxserver-example-opengl.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qaxserver-example-opengl.html')
-rw-r--r-- | doc/html/qaxserver-example-opengl.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qaxserver-example-opengl.html b/doc/html/qaxserver-example-opengl.html index 1f062284b..64de63a49 100644 --- a/doc/html/qaxserver-example-opengl.html +++ b/doc/html/qaxserver-example-opengl.html @@ -75,9 +75,9 @@ appropriate to create and show the application interface. if ( !TQAxFactory::isServer() ) { GLObjectWindow w; - w.<a href="ntqwidget.html#resize">resize</a>( 400, 350 ); + w.<a href="tqwidget.html#resize">resize</a>( 400, 350 ); <a name="x2733"></a> a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &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>(); } <a name="x2731"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); @@ -97,7 +97,7 @@ to render OpenGL, and from <a href="qaxbindable.html">TQAxBindable</a>. to return the pointer to a <a href="qaxaggregated.html">TQAxAggregated</a> object. <pre> public: - GLBox( <a href="ntqwidget.html">TQWidget</a>* parent, const char* name ); + GLBox( <a href="tqwidget.html">TQWidget</a>* parent, const char* name ); ~GLBox(); <a href="qaxaggregated.html">TQAxAggregated</a> *createAggregate(); |