summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:14:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:14:09 -0600
commit699e356180fde57a72e0c37af2170b87a95f90b4 (patch)
tree86bc3daf1c175ac5b88f56b127e31e544c323c4e /src/utils.cpp
parent392b293dfeaa3e4241e50b833126d0c2d598761d (diff)
downloadkvpnc-699e356180fde57a72e0c37af2170b87a95f90b4.tar.gz
kvpnc-699e356180fde57a72e0c37af2170b87a95f90b4.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index 48e58ae..aaca26a 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -1663,7 +1663,7 @@ void Utils::readOutGetEmailAddressOfCert()
void Utils::readOutGetSmartcardSlots(KProcess * proc, char * buffer, int buflen)
{
- TQString msg_raw = TQString::tqfromLatin1(buffer, buflen);
+ TQString msg_raw = TQString::fromLatin1(buffer, buflen);
if (config->KvpncDebugLevel > 5)
config->appendLogEntry ( TQString("[readOutGetSmartcardSlots raw] "+TQString(msg_raw)) ,config->debug );