diff options
Diffstat (limited to 'korn/imap_proto.h')
-rw-r--r-- | korn/imap_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/imap_proto.h b/korn/imap_proto.h index 4030c5cc5..6bd90d408 100644 --- a/korn/imap_proto.h +++ b/korn/imap_proto.h @@ -30,10 +30,10 @@ /** * This class define the way a imap-protocol works. - * It implements function of KIO_Protocol to make the kio-modules work with it, + * It implements function of TDEIO_Protocol to make the tdeio-modules work with it, * as well as function of Protocol, to configure it. */ -class Imap_Protocol : public KIO_Protocol +class Imap_Protocol : public TDEIO_Protocol { public: /** |