From e4e0479220e9e9616b68b2a11e42cff7a8af7b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:06 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kcminit/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcminit') diff --git a/kcminit/main.cpp b/kcminit/main.cpp index 93eb84a9e..eb40e77c0 100644 --- a/kcminit/main.cpp +++ b/kcminit/main.cpp @@ -241,7 +241,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication app; + TDEApplication app; app.dcopClient()->registerAs( "kcminit", false ); KLocale::setMainCatalogue(0); KCMInit kcminit( TDECmdLineArgs::parsedArgs()); -- cgit v1.2.3