summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_util.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:03:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:03:36 -0600
commit0dda6e85e171acf1a73dc8d3d1f67b4fcc9b1ae7 (patch)
treeb55740ff9d132b25792ca3fd60e37497402b5036 /kspread/kspread_util.h
parentac04782336b6a026b44df9d51ba9ca008a712da2 (diff)
downloadkoffice-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.h6
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