summaryrefslogtreecommitdiffstats
path: root/korn/imaps_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/imaps_proto.h')
-rw-r--r--korn/imaps_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/imaps_proto.h b/korn/imaps_proto.h
index 07f3cfdbe..65b59e64a 100644
--- a/korn/imaps_proto.h
+++ b/korn/imaps_proto.h
@@ -29,7 +29,7 @@ public:
Imaps_Protocol() {}
virtual ~Imaps_Protocol() {}
- virtual KIO_Protocol * clone() const { return new Imaps_Protocol; }
+ virtual TDEIO_Protocol * clone() const { return new Imaps_Protocol; }
virtual TQString protocol() const { return "imaps"; }
virtual TQString configName() const { return "imaps"; }