diff options
Diffstat (limited to 'korn/pop3s_proto.h')
-rw-r--r-- | korn/pop3s_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/pop3s_proto.h b/korn/pop3s_proto.h index 4e10dca1f..2fc1afa13 100644 --- a/korn/pop3s_proto.h +++ b/korn/pop3s_proto.h @@ -29,7 +29,7 @@ public: Pop3s_Protocol() {} virtual ~Pop3s_Protocol() {} - virtual KIO_Protocol * clone() const { return new Pop3s_Protocol; } + virtual TDEIO_Protocol * clone() const { return new Pop3s_Protocol; } virtual TQString protocol() const { return "pop3s"; } virtual TQString configName() const { return "pop3s"; } |