summaryrefslogtreecommitdiffstats
path: root/doc/en/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r--doc/en/index.docbook18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index a7476dc..1bf7bf8 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -423,14 +423,14 @@ features in <literal role="extension">.desktop</literal> files.
</note>
</chapter>
-<!-- KIO-Slaves -->
+<!-- TDEIO-Slaves -->
<chapter id="tdeioslaves">
-<title>KIO Slaves</title>
+<title>TDEIO Slaves</title>
<para>
-&appname; can be used for the creation of kio-slaves. &appname; handles the C++
+&appname; can be used for the creation of tdeio-slaves. &appname; handles the C++
glue code needed for making tdeioslaves in Python.
<ulink url="http://developer.kde.org/documentation/library/kdeqt/trinityarch/nettransparency.html">developer.kde.org</ulink>
-has some documentation about KIO-slaves aimed at C++ programmers.
+has some documentation about TDEIO-slaves aimed at C++ programmers.
</para>
<para>
In your <filename>setup.py</filename> file you can specify the list of tdeioslaves
@@ -440,7 +440,7 @@ that need to be installed.
</programlisting>
This is just a list of tuples. The first item is name of the
<literal role="extension">.protocol</literal> file that you've made for your
-kio-slave. The second item is the name of the Python program to run when the
+tdeio-slave. The second item is the name of the Python program to run when the
user views the module in kcontrol. This program is expected to be in
the application's data files directory.
</para>
@@ -578,18 +578,18 @@ application outside of KControl to ease development and debugging.
</sect1>
<sect1 id="app-template-tdeioslave">
-<title>KIO-slave Application Template</title>
+<title>TDEIO-slave Application Template</title>
<para>
The <filename>tdeioslave</filename> application template is a simple
-KIO-slave that implements a simple RAM disk. Once installed it can be
+TDEIO-slave that implements a simple RAM disk. Once installed it can be
accessed using tdeioslave:/ in konqueror. It is initially empty. Files and
directories can be made and deposited. <filename>tdeioslave.py</filename>
contains more information and comments.
</para>
<note>
<para>
-Note that the KIO subsystem usually creates multiple running instances
-of a kio-slave backend. For the application template, files and directories
+Note that the TDEIO subsystem usually creates multiple running instances
+of a tdeio-slave backend. For the application template, files and directories
are specific to each particular backend instance. When using konqueror the
same instance will be used, but if you try to access tdeioslave:/ from a
different process a new (empty!) instance will be craeted. This can be