summaryrefslogtreecommitdiffstats
path: root/korn/pop3_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/pop3_proto.h')
-rw-r--r--korn/pop3_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/pop3_proto.h b/korn/pop3_proto.h
index 8fd0f001..f3a00889 100644
--- a/korn/pop3_proto.h
+++ b/korn/pop3_proto.h
@@ -22,13 +22,13 @@
#include "tdeio_proto.h"
#include <kurl.h>
-class Pop3_Protocol : public KIO_Protocol
+class Pop3_Protocol : public TDEIO_Protocol
{
public:
Pop3_Protocol() {}
virtual ~Pop3_Protocol() {}
- virtual KIO_Protocol * clone() const { return new Pop3_Protocol; }
+ virtual TDEIO_Protocol * clone() const { return new Pop3_Protocol; }
virtual bool connectionBased() const { return true; }