From 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:52 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- ksvg/plugin/ksvg_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksvg/plugin/ksvg_factory.cpp') 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(); } } -- cgit v1.2.1