From 09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Jan 2013 13:51:03 -0600 Subject: Fix a few remaining references to kio_ --- korn/imap_proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korn/imap_proto.h') diff --git a/korn/imap_proto.h b/korn/imap_proto.h index f34f32a8..4030c5cc 100644 --- a/korn/imap_proto.h +++ b/korn/imap_proto.h @@ -19,12 +19,12 @@ #ifndef MK_IMAP_PROTO_H #define MK_IMAP_PROTO_H -#include "kio_proto.h" +#include "tdeio_proto.h" #include /* * With deleting and IMAP4 is a small problem: messages don't looks as deleted, as they - * apear with their full body. By deletion, kio_imap marks the message with FLAGS.SILENT as \DELETED. + * apear with their full body. By deletion, tdeio_imap marks the message with FLAGS.SILENT as \DELETED. * If there is a commit-function, it should be installed in this file. */ @@ -101,7 +101,7 @@ public: /** * These function change the kurl and the metadata. * In this case, "unseen" is added to the query to only list unlees kurls. - * These function are called in kio_*.cpp + * These function are called in tdeio_*.cpp */ virtual void recheckKURL ( KURL &kurl, TDEIO::MetaData & ) const { kurl.setQuery( "unseen" ); } virtual void readSubjectKURL( KURL &kurl, TDEIO::MetaData & ) const { kurl.setPath( kurl.path() + ";section=ENVELOPE" ); } -- cgit v1.2.3