From 758e85b36d3fafe1b40112032dab28dd3d2fc0e5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Jan 2013 13:51:43 -0600 Subject: [PATCH] Fix a few remaining references to kio_ --- doc/kdearch/index.docbook | 6 +++--- 1 file 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: [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); }