diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:03:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:03:36 -0600 |
commit | 0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7 (patch) | |
tree | b55740ff9d132b25792ca3fd60e37497402b5036 /kspread/kspread_util.h | |
parent | ac04782336b6a026b44df9d51ba9ca008a712da2 (diff) | |
download | koffice-0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7.tar.gz koffice-0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kspread/kspread_util.h')
-rw-r--r-- | kspread/kspread_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/kspread_util.h b/kspread/kspread_util.h index fc39708b..ad5227f8 100644 --- a/kspread/kspread_util.h +++ b/kspread/kspread_util.h @@ -35,7 +35,7 @@ class TQPen; class TQDomElement; class TQDomDocument; -class KLocale; +class TDELocale; bool util_isPointValid(TQPoint point); bool util_isRectValid(TQRect rect); @@ -340,14 +340,14 @@ namespace Oasis * @param locale The locale to which the expression should be converted. */ // TODO check visibility - KSPREAD_EXPORT TQString decodeFormula(const TQString& expr, const KLocale* locale = 0); + KSPREAD_EXPORT TQString decodeFormula(const TQString& expr, const TDELocale* locale = 0); /** * Converts a localized formula/cell reference to an OpenDocument * representation of a formula/cell reference. * @param expr The expression to convert to OpenDocument format. * @param locale The locale from which the expression should be converted. */ - KSPREAD_EXPORT TQString encodeFormula(const TQString& expr, const KLocale* locale = 0); + KSPREAD_EXPORT TQString encodeFormula(const TQString& expr, const TDELocale* locale = 0); } } // namespace KSpread |