summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/xparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/xparser.cpp')
-rw-r--r--kmplot/kmplot/xparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmplot/kmplot/xparser.cpp b/kmplot/kmplot/xparser.cpp
index e7b84fb8..7b5317dc 100644
--- a/kmplot/kmplot/xparser.cpp
+++ b/kmplot/kmplot/xparser.cpp
@@ -37,7 +37,7 @@
XParser::XParser(bool &mo) : DCOPObject("Parser"), Parser(), m_modified(mo)
{
// setup slider support
- setDecimalSymbol( KGlobal::locale()->decimalSymbol() );
+ setDecimalSymbol( TDEGlobal::locale()->decimalSymbol() );
}
XParser::~XParser()