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 --- ksplashml/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ksplashml/main.cpp') diff --git a/ksplashml/main.cpp b/ksplashml/main.cpp index daa07bd1a..e4f28855f 100644 --- a/ksplashml/main.cpp +++ b/ksplashml/main.cpp @@ -55,11 +55,11 @@ int main( int argc, char **argv ) TDECmdLineArgs *arg = TDECmdLineArgs::parsedArgs(); if ( !( arg->isSet( "dcop" ) ) ) - KApplication::disableAutoDcopRegistration(); - else if ( KApplication::dcopClient()->attach() ) - KApplication::dcopClient()->registerAs( "ksplash", false ); + TDEApplication::disableAutoDcopRegistration(); + else if ( TDEApplication::dcopClient()->attach() ) + TDEApplication::dcopClient()->registerAs( "ksplash", false ); - KApplication app; + TDEApplication app; KSplash wndMain("ksplash"); if ( arg->isSet( "steps" ) ) -- cgit v1.2.3