diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:51:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:51:03 -0600 |
commit | 09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66 (patch) | |
tree | c77ad40eb1b04ef22a48da51b73ff8f65745894e /korn/imap_proto.h | |
parent | bc423466604bce42cfce1e227a8f6a8892dba2d8 (diff) | |
download | tdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.tar.gz tdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'korn/imap_proto.h')
-rw-r--r-- | korn/imap_proto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/imap_proto.h b/korn/imap_proto.h index f34f32a83..4030c5cc5 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 <kurl.h> /* * 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" ); } |