From cf8e7852a9270b1a68e4bd7c2280dd2c7573f715 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Fri, 23 Dec 2011 14:29:13 -0600
Subject: Fix unconverted method

---
 qca-tls.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qca-tls.cpp b/qca-tls.cpp
index 25f9e77..4fc9c45 100644
--- a/qca-tls.cpp
+++ b/qca-tls.cpp
@@ -642,7 +642,7 @@ static TQValueList<TQCA_CertProperty> nameToProperties(struct X509_name_st *name
 		TQCString c;
 		c.resize(as->length+1);
 		strncpy(c.data(), (char *)as->data, as->length);
-		p.val = TQString::tqfromLatin1(c);
+		p.val = TQString::fromLatin1(c);
 		list += p;
 	}
 
-- 
cgit v1.2.3

