diff options
Diffstat (limited to 'korn/nntp_proto.h')
-rw-r--r-- | korn/nntp_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/nntp_proto.h b/korn/nntp_proto.h index d42e26094..91b3b69dc 100644 --- a/korn/nntp_proto.h +++ b/korn/nntp_proto.h @@ -21,13 +21,13 @@ #include "tdeio_proto.h" -class Nntp_Protocol : public KIO_Protocol +class Nntp_Protocol : public TDEIO_Protocol { public: Nntp_Protocol() { } virtual ~Nntp_Protocol() { } - virtual KIO_Protocol * clone() const { return new Nntp_Protocol; } + virtual TDEIO_Protocol * clone() const { return new Nntp_Protocol; } virtual bool connectionBased() const { return true; } |