diff options
Diffstat (limited to 'doc/artsbuilder/detail.docbook')
-rw-r--r-- | doc/artsbuilder/detail.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/artsbuilder/detail.docbook b/doc/artsbuilder/detail.docbook index c7ed7319..37d5e328 100644 --- a/doc/artsbuilder/detail.docbook +++ b/doc/artsbuilder/detail.docbook @@ -1415,7 +1415,7 @@ once you assigned something else (like a null reference). <para> The equivalent C++ terms would be <programlisting> - QWidget* w; + TQWidget* w; w->show(); </programlisting> @@ -1662,8 +1662,8 @@ objects that are send over wire are tagged before transfer. </para> <para> -If the receiver receives an object which is on his server, of course he -will not <function>_useRemote()</function> it. For this special case, +If the receiver receives an object which is on their server, of course +they will not <function>_useRemote()</function> it. For this special case, <function>_cancelCopyRemote()</function> exists to remove the tag manually. Other than that, there is also timer based tag removal, if tagging was done, but the receiver didn't really get the object (due to |