From 74f47aebb77b4744bf18960b81c3744106cf56e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:19:40 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kuickshow/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kuickshow') diff --git a/kuickshow/src/main.cpp b/kuickshow/src/main.cpp index b1b5de44..36286463 100644 --- a/kuickshow/src/main.cpp +++ b/kuickshow/src/main.cpp @@ -52,7 +52,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) TDECmdLineArgs::init( argc, argv, &about ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; if ( app.isRestored() ) { (new KuickShow())->restore( 1, false ); // don't show automatically -- cgit v1.2.3