kdecore: remove references to the old ftp and sftp slaves

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-03-17 21:51:35 +02:00
parent d80be928b3
commit 590546bda8
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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