summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:51:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:51:43 -0600
commit758e85b36d3fafe1b40112032dab28dd3d2fc0e5 (patch)
tree032fc380314f01262742975accf7db691d9b4b04 /doc
parent030e4b426bcda68b4916fa59ebc49afea7cec359 (diff)
downloadtdevelop-758e85b36d3fafe1b40112032dab28dd3d2fc0e5.tar.gz
tdevelop-758e85b36d3fafe1b40112032dab28dd3d2fc0e5.zip
Fix a few remaining references to kio_
Diffstat (limited to 'doc')
-rw-r--r--doc/kdearch/index.docbook6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook
index 9c8872e8..685a5ef8 100644
--- a/doc/kdearch/index.docbook
+++ b/doc/kdearch/index.docbook
@@ -3063,7 +3063,7 @@ The contents of the file ftp.protocol is as follows:
<programlisting>
[Protocol]
-exec=kio_ftp
+exec=tdeio_ftp
protocol=ftp
input=none
output=filesystem
@@ -3120,11 +3120,11 @@ extern "C" { int kdemain(int argc, char **argv); }
int kdemain(int argc, char **argv)
{
KLocale::setMainCatalogue("tdelibs");
- TDEInstance instance("kio_ftp");
+ TDEInstance instance("tdeio_ftp");
(void) TDEGlobal::locale();
if (argc != 4) {
- fprintf(stderr, "Usage: kio_ftp protocol "
+ fprintf(stderr, "Usage: tdeio_ftp protocol "
"domain-socket1 domain-socket2\n");
exit(-1);
}