From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date: Sat, 31 Jul 2010 19:53:50 +0000
Subject: Trinity Qt initial conversion

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
---
 korn/pop3s_proto.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'korn/pop3s_proto.h')

diff --git a/korn/pop3s_proto.h b/korn/pop3s_proto.h
index 32beb4a06..4e10dca1f 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; }
 };
-- 
cgit v1.2.1