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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/imaps_proto.h b/korn/imaps_proto.h
index 06b4920b..00964dab 100644
--- a/korn/imaps_proto.h
+++ b/korn/imaps_proto.h
@@ -31,8 +31,8 @@ public:
virtual KIO_Protocol * clone() const { return new Imaps_Protocol; }
- virtual QString protocol() const { return "imaps"; }
- virtual QString configName() const { return "imaps"; }
+ virtual TQString protocol() const { return "imaps"; }
+ virtual TQString configName() const { return "imaps"; }
virtual unsigned short defaultPort() const { return 993; }
};