From 5b8ab149469c8e186ee8b05d90c0103ae722dd85 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:23:24 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp') 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"); } } -- cgit v1.2.1