summaryrefslogtreecommitdiffstats
path: root/ksvg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:52 -0600
commit6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (patch)
tree44659d1cc0c37eb995e572bc1b979e75a74210fb /ksvg
parente2385b701b464dc2259fcd5f3819c98f2c8c4438 (diff)
downloadtdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.tar.gz
tdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'ksvg')
-rw-r--r--ksvg/impl/SVGTestsImpl.cc2
-rw-r--r--ksvg/plugin/ksvg_factory.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/SVGTestsImpl.cc b/ksvg/impl/SVGTestsImpl.cc
index b88de60a..4ead2a8c 100644
--- a/ksvg/impl/SVGTestsImpl.cc
+++ b/ksvg/impl/SVGTestsImpl.cc
@@ -92,7 +92,7 @@ bool SVGTestsImpl::ok()
for(unsigned int i = 0;i < m_systemLanguage->numberOfItems();i++)
{
TQString value = m_systemLanguage->getItem(i)->string();
- if(value.isEmpty() || value != (KGlobal::locale()->language()).left(2))
+ if(value.isEmpty() || value != (TDEGlobal::locale()->language()).left(2))
return false;
}
return true;
diff --git a/ksvg/plugin/ksvg_factory.cpp b/ksvg/plugin/ksvg_factory.cpp
index a273e5bf..d6f5ed6c 100644
--- a/ksvg/plugin/ksvg_factory.cpp
+++ b/ksvg/plugin/ksvg_factory.cpp
@@ -35,7 +35,7 @@ extern "C"
{
void *init_libksvgplugin()
{
- KGlobal::locale()->insertCatalogue("ksvgplugin");
+ TDEGlobal::locale()->insertCatalogue("ksvgplugin");
return new KSVGPluginFactory();
}
}