summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp')
-rw-r--r--kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp b/kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp
index 730e07ca..1c25f22f 100644
--- a/kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp
+++ b/kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp
@@ -72,7 +72,7 @@ bool KivioStencilSpawnerInfo::loadXML( const TQDomElement &e )
}
else if((nodeName.compare("Title")==0) && nodeElement.hasAttribute("lang"))
{
- if(nodeElement.attribute("lang") == KGlobal::locale()->language()) {
+ if(nodeElement.attribute("lang") == TDEGlobal::locale()->language()) {
m_title = nodeElement.attribute("data");
}
}
@@ -86,7 +86,7 @@ bool KivioStencilSpawnerInfo::loadXML( const TQDomElement &e )
}
else if((nodeName.compare("Description")==0) && nodeElement.hasAttribute("lang"))
{
- if(nodeElement.attribute("lang") == KGlobal::locale()->language()) {
+ if(nodeElement.attribute("lang") == TDEGlobal::locale()->language()) {
m_desc = nodeElement.attribute("data");
}
}