diff options
Diffstat (limited to 'doc/artsbuilder/mcop.docbook')
-rw-r--r-- | doc/artsbuilder/mcop.docbook | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/artsbuilder/mcop.docbook b/doc/artsbuilder/mcop.docbook index 59d9a011..4b1d6615 100644 --- a/doc/artsbuilder/mcop.docbook +++ b/doc/artsbuilder/mcop.docbook @@ -1476,7 +1476,7 @@ Marshalling should be easy to implement. <listitem> <para> -Demarshalling requires the receiver to know what type he wants to +Demarshalling requires the receiver to know what type they want to demarshall. </para> </listitem> @@ -2200,9 +2200,9 @@ it is used in daily &kde; usage: people send types like <classname>QString</classname>, <classname>QRect</classname>, <classname>QPixmap</classname>, <classname>QCString</classname>, ..., around. These use &Qt;-serialization. So if somebody choose to support -&DCOP; in a GNOME program, he would either have to claim to use -<classname>QString</classname>,... types (although he doesn't do so), -and emulate the way &Qt; does the streaming, or he would send other +&DCOP; in a GNOME program, they would either have to claim to use +<classname>QString</classname>,... types (although they don't do so), +and emulate the way &Qt; does the streaming, or they would send other string, pixmap and rect types around, and thus not be interoperable. </para> |