summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_util.h
diff options
context:
space:
mode:
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