From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/qaxserver-example-opengl.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qaxserver-example-opengl.html') 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.resize( 400, 350 ); + w.resize( 400, 350 ); a.setMainWidget( &w ); - w.show(); + w.show(); return a.exec(); } return a.exec(); @@ -97,7 +97,7 @@ to render OpenGL, and from TQAxBindable. to return the pointer to a TQAxAggregated object.
    public:
 
-        GLBox( TQWidget* parent, const char* name );
+        GLBox( TQWidget* parent, const char* name );
         ~GLBox();
 
         TQAxAggregated *createAggregate();
-- 
cgit v1.2.1