diff options
Diffstat (limited to 'tdeui/knumvalidator.cpp')
-rw-r--r-- | tdeui/knumvalidator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/knumvalidator.cpp b/tdeui/knumvalidator.cpp index 89f0ca88c..ce5c66842 100644 --- a/tdeui/knumvalidator.cpp +++ b/tdeui/knumvalidator.cpp @@ -326,7 +326,7 @@ void KDoubleValidator::setAcceptLocalizedNumbers( bool accept ) { TQValidator::State KDoubleValidator::validate( TQString & input, int & p ) const { TQString s = input; if ( acceptLocalizedNumbers() ) { - KLocale * l = TDEGlobal::locale(); + TDELocale * l = TDEGlobal::locale(); // ok, we have to re-format the number to have: // 1. decimalSymbol == '.' // 2. negativeSign == '-' |