From 0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:05:26 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- src/gui/doublespinbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/doublespinbox.cpp b/src/gui/doublespinbox.cpp index 50b5272..c847ae3 100644 --- a/src/gui/doublespinbox.cpp +++ b/src/gui/doublespinbox.cpp @@ -146,7 +146,7 @@ double DoubleSpinBox::getMult() double DoubleSpinBox::getDisplayedNumber( bool * ok ) { - KLocale * locale = TDEGlobal::locale(); + TDELocale * locale = TDEGlobal::locale(); // Fetch the characters that we don't want to discard const TQString exclude = locale->decimalSymbol() @@ -194,7 +194,7 @@ TQString DoubleSpinBox::mapValueToText( int v ) else if ( leftDigits > 3 ) leftDigits = 3; - KLocale * locale = TDEGlobal::locale(); + TDELocale * locale = TDEGlobal::locale(); return locale->formatNumber( val, 3-leftDigits ); } -- cgit v1.2.1