diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:23:24 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:23:24 -0600 |
commit | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (patch) | |
tree | fb31321c80b12ee8e2237bdcf8c228fe44e67772 /kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp | |
parent | fe33d391dd7c9da0f83e779344a17e2e445b70a8 (diff) | |
download | koffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.tar.gz koffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp')
-rw-r--r-- | kivio/kiviopart/kiviosdk/kivio_stencil_spawner_info.cpp | 4 |
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"); } } |