diff options
Diffstat (limited to 'korn/imap_proto.h')
-rw-r--r-- | korn/imap_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/imap_proto.h b/korn/imap_proto.h index 3310da1b8..f34f32a83 100644 --- a/korn/imap_proto.h +++ b/korn/imap_proto.h @@ -54,7 +54,7 @@ public: virtual bool connectionBased() const { return true; } /** - * This gives the two names for a kioslave: imaps if ssl is selected, imap if not. + * This gives the two names for a tdeioslave: imaps if ssl is selected, imap if not. * * @param ssl true if ssl is selected. * @return "imaps" if ssl is true, "imap" otherwise |