From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qaxserver.html | 68 ++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'doc/html/qaxserver.html') diff --git a/doc/html/qaxserver.html b/doc/html/qaxserver.html index ad20e4c48..514651198 100644 --- a/doc/html/qaxserver.html +++ b/doc/html/qaxserver.html @@ -143,7 +143,7 @@ body { background: #ffffff; color: black; }

The TQAxServer module provides a static library implementing the functions required to turn a standard TQt binary into an ActiveX control server. -

This module is part of the ActiveTQt +

This module is part of the ActiveTQt framework. (To incorporate ActiveX controls in a TQt application see the TQAxContainer module.) @@ -264,7 +264,7 @@ implement a custom factory that doesn't require one. macro, the TQAxFactory subclass had no appropriate constructor. Provide a public class constructor like

-    MyFactory( const TQUuid &, const TQUuid & );
+    MyFactory( const TQUuid &, const TQUuid & );
     
for your factory class. @@ -296,7 +296,7 @@ manager to kill the process (e.g. when a client doesn't release the controls properly).

Postprocessing and runtime errors

-

The ActiveTQt build system performs four commands after the linking +

The ActiveTQt build system performs four commands after the linking of the binary to make it into an ActiveX server.

For this to work the server has to meet some requirements: