summaryrefslogtreecommitdiffstats
path: root/korn/imap_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/imap_proto.h')
-rw-r--r--korn/imap_proto.h6
1 files changed, 3 insertions, 3 deletions
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 <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" ); }