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 --- kshisen/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kshisen/main.cpp') diff --git a/kshisen/main.cpp b/kshisen/main.cpp index 099bb702..d492e01c 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -62,7 +62,7 @@ int main(int argc, char **argv) aboutData.addCredit(0, I18N_NOOP("Thanks also to everyone who should be listed here but isn't!"), 0); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication a; + TDEApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); App *app = new App(); -- cgit v1.2.1