diff --git a/kdecore/kdebug.areas b/kdecore/kdebug.areas index be2efb49..5f9c72ed 100644 --- a/kdecore/kdebug.areas +++ b/kdecore/kdebug.areas @@ -64,7 +64,6 @@ 7043 kio (bookmarks) 7050 kio (KHTTP) 7101 kio_file -7102 kio_ftp 7103 kio_curl 7104 kidletime 51003 kexiv2 @@ -99,7 +98,6 @@ 7024 kio (UIServer) 7115 kio_thumbnail 7116 kio_trash -7120 kio_sftp 7123 kio_camera 7132 kio_mtp 13000 Kate diff --git a/kdecore/sycoca/kprotocolinfo.h b/kdecore/sycoca/kprotocolinfo.h index ff128502..f94a3c85 100644 --- a/kdecore/sycoca/kprotocolinfo.h +++ b/kdecore/sycoca/kprotocolinfo.h @@ -80,7 +80,7 @@ public: /** * Returns the library / executable to open for the protocol @p protocol - * Example : "kio_ftp", meaning the executable "kio_ftp". + * Example : "kio_curl", meaning the executable "kio_curl". * * This corresponds to the "exec=" field in the protocol description file. * @param protocol the protocol to check