summaryrefslogtreecommitdiffstats
path: root/korn/pop3s_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/pop3s_proto.h')
-rw-r--r--korn/pop3s_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/pop3s_proto.h b/korn/pop3s_proto.h
index 32beb4a0..4e10dca1 100644
--- a/korn/pop3s_proto.h
+++ b/korn/pop3s_proto.h
@@ -31,8 +31,8 @@ public:
virtual KIO_Protocol * clone() const { return new Pop3s_Protocol; }
- virtual QString protocol() const { return "pop3s"; }
- virtual QString configName() const { return "pop3s"; }
+ virtual TQString protocol() const { return "pop3s"; }
+ virtual TQString configName() const { return "pop3s"; }
virtual unsigned short defaultPort() const { return 995; }
};