diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:17:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:17:52 -0600 |
commit | 59d153016be1e09cb31cdb18bef0a649acfc6292 (patch) | |
tree | fafdc23d953adf8367366eeb74ea9b67b23c11ae /kabc | |
parent | 8bc199f487aad2badc9a54c2105f13fff3da7295 (diff) | |
download | tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.tar.gz tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kabc')
-rw-r--r-- | kabc/address.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/address.h b/kabc/address.h index a1ffa9f17..b4165a098 100644 --- a/kabc/address.h +++ b/kabc/address.h @@ -281,7 +281,7 @@ class KABC_EXPORT Address /** Returns ISO code for a localized country name. Only localized country - names will be understood. This might be replaced by a KLocale method in + names will be understood. This might be replaced by a TDELocale method in the future. @param cname name of the country @return two digit ISO code @@ -290,7 +290,7 @@ class KABC_EXPORT Address /** Returns a localized country name for a ISO code. - This might be replaced by a KLocale method in the future. + This might be replaced by a TDELocale method in the future. @param ISOname two digit ISO code @return localized name of the country @since 3.2 |