summaryrefslogtreecommitdiffstats
path: root/tdeio/kssl
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:17:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:17:52 -0600
commit59d153016be1e09cb31cdb18bef0a649acfc6292 (patch)
treefafdc23d953adf8367366eeb74ea9b67b23c11ae /tdeio/kssl
parent8bc199f487aad2badc9a54c2105f13fff3da7295 (diff)
downloadtdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.tar.gz
tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'tdeio/kssl')
-rw-r--r--tdeio/kssl/ksslutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/kssl/ksslutils.h b/tdeio/kssl/ksslutils.h
index 4c087374f..58a817e83 100644
--- a/tdeio/kssl/ksslutils.h
+++ b/tdeio/kssl/ksslutils.h
@@ -41,7 +41,7 @@ class TQDateTime;
#ifdef KSSL_HAVE_SSL
// This functionality is missing in OpenSSL
/**
- * Convert an ASN1 UTCTIME value to a string. Uses KLocale settings.
+ * Convert an ASN1 UTCTIME value to a string. Uses TDELocale settings.
*
* @param tm the OpenSSL ASN1_UTCTIME pointer
*
@@ -51,7 +51,7 @@ class TQDateTime;
KDE_EXPORT TQString ASN1_UTCTIME_QString(ASN1_UTCTIME *tm);
/**
- * Convert an ASN1 UTCTIME value to a TQDateTime. Uses KLocale settings.
+ * Convert an ASN1 UTCTIME value to a TQDateTime. Uses TDELocale settings.
*
* @param tm the OpenSSL ASN1_UTCTIME pointer
* @param isGmt set to 1 if the date is set to GMT