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 --- kblackbox/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kblackbox/main.cpp') diff --git a/kblackbox/main.cpp b/kblackbox/main.cpp index 63f877d6..411b4f52 100644 --- a/kblackbox/main.cpp +++ b/kblackbox/main.cpp @@ -32,7 +32,7 @@ int main( int argc, char **argv ) aboutData.addAuthor("Robert Cimrman",0, "cimrman3@students.zcu.cz"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication a; + TDEApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); if (a.isRestored()) -- cgit v1.2.3