summaryrefslogtreecommitdiffstats
path: root/doc/artsbuilder/mcop.docbook
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2022-07-18 15:08:04 +0300
committerMavridis Philippe <mavridisf@gmail.com>2022-07-18 15:08:04 +0300
commit30c004844087f1722083a9607ef154a5c6007895 (patch)
tree5b29a3c9fb2d0d55688a88c2e925a135ff28b862 /doc/artsbuilder/mcop.docbook
parent69ce1d06ccfab3724be8ab6451933346a0474b30 (diff)
downloadtdemultimedia-30c004844087f1722083a9607ef154a5c6007895.tar.gz
tdemultimedia-30c004844087f1722083a9607ef154a5c6007895.zip
Gender-neutral language.
This is related to TDE/tde#93. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'doc/artsbuilder/mcop.docbook')
-rw-r--r--doc/artsbuilder/mcop.docbook8
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>