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-simple.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/qaxserver-example-simple.html') diff --git a/doc/html/qaxserver-example-simple.html b/doc/html/qaxserver-example-simple.html index 1547ce29f..cede21a3e 100644 --- a/doc/html/qaxserver-example-simple.html +++ b/doc/html/qaxserver-example-simple.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } -The ActiveX control in this example is a layouted TQWidget +The ActiveX control in this example is a layouted TQWidget with a TQSlider, a TQLCDNumber and a TQLineEdit. It provides a signal/slot/property interface to change the values of the slider and the line edit, and to get notified @@ -44,14 +44,14 @@ and TQAxBindable::propertyChanged

The TQt implementation of the ActiveX for this example is -

    class TQSimpleAX : public TQWidget, public TQAxBindable
+
    class TQSimpleAX : public TQWidget, public TQAxBindable
     {
         TQ_OBJECT
         TQ_PROPERTY( TQString text READ text WRITE setText )
         TQ_PROPERTY( int value READ value WRITE setValue )
     public:
-        TQSimpleAX( TQWidget *parent = 0, const char *name = 0 )
-        : TQWidget( parent, name )
+        TQSimpleAX( TQWidget *parent = 0, const char *name = 0 )
+        : TQWidget( parent, name )
         {
             TQVBoxLayout *vbox = new TQVBoxLayout( this );
 
-- 
cgit v1.2.3