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 /tdeui/knumvalidator.h | |
parent | 8bc199f487aad2badc9a54c2105f13fff3da7295 (diff) | |
download | tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.tar.gz tdelibs-59d153016be1e09cb31cdb18bef0a649acfc6292.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'tdeui/knumvalidator.h')
-rw-r--r-- | tdeui/knumvalidator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/knumvalidator.h b/tdeui/knumvalidator.h index 8fa2ea76e..5c7b31484 100644 --- a/tdeui/knumvalidator.h +++ b/tdeui/knumvalidator.h @@ -147,7 +147,7 @@ class TDEUI_EXPORT KFloatValidator : public TQValidator { virtual double top () const; /** * Sets the validator to be locale aware if @p is true. In this case, the - * character KLocale::decimalSymbol() from the global locale is recognized + * character TDELocale::decimalSymbol() from the global locale is recognized * as decimal separator. */ void setAcceptLocalizedNumbers(bool b); @@ -169,8 +169,8 @@ class TDEUI_EXPORT KFloatValidator : public TQValidator { KDoubleValidator extends TQDoubleValidator to be locale-aware. That means that - subject to not being disabled - - KLocale::decimalSymbol(), KLocale::thousandsSeparator() - and KLocale::positiveSign() and KLocale::negativeSign() + TDELocale::decimalSymbol(), TDELocale::thousandsSeparator() + and TDELocale::positiveSign() and TDELocale::negativeSign() are respected. @author Marc Mutz <mutz@kde.org> |