From 2e384e286e5ec2f884ceab9a360f90f544554066 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:19:04 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- libksirtet/base/factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libksirtet') diff --git a/libksirtet/base/factory.cpp b/libksirtet/base/factory.cpp index 3458a46b..f87ad942 100644 --- a/libksirtet/base/factory.cpp +++ b/libksirtet/base/factory.cpp @@ -28,7 +28,7 @@ BaseFactory::BaseFactory(const MainData &md, const BaseBoardInfo &bi) void BaseFactory::init(int argc, char **argv) { TDECmdLineArgs::init(argc, argv, _aboutData); - (void)new KApplication; + (void)new TDEApplication; KGlobal::locale()->insertCatalogue("libtdegames"); KGlobal::locale()->insertCatalogue("libksirtet"); } -- cgit v1.2.1