From f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:16 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- libksirtet/base/factory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libksirtet/base/factory.cpp') diff --git a/libksirtet/base/factory.cpp b/libksirtet/base/factory.cpp index 5bf272ac..121e02c1 100644 --- a/libksirtet/base/factory.cpp +++ b/libksirtet/base/factory.cpp @@ -29,8 +29,8 @@ void BaseFactory::init(int argc, char **argv) { TDECmdLineArgs::init(argc, argv, _aboutData); (void)new TDEApplication; - KGlobal::locale()->insertCatalogue("libtdegames"); - KGlobal::locale()->insertCatalogue("libksirtet"); + TDEGlobal::locale()->insertCatalogue("libtdegames"); + TDEGlobal::locale()->insertCatalogue("libksirtet"); } BaseFactory::~BaseFactory() -- cgit v1.2.1