From d41050ea3f6904e5156d35f664346b816b9e4d12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:43 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- ksplashml/wndmain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksplashml/wndmain.cpp') diff --git a/ksplashml/wndmain.cpp b/ksplashml/wndmain.cpp index 39a786b5d..2efe5bb83 100644 --- a/ksplashml/wndmain.cpp +++ b/ksplashml/wndmain.cpp @@ -90,7 +90,7 @@ KSplash::~KSplash() void KSplash::slotReadProperties( KConfig *config ) { - KCmdLineArgs *arg = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *arg = TDECmdLineArgs::parsedArgs(); mTheme = arg->getOption("theme"); if (mTheme.isEmpty()) { @@ -357,7 +357,7 @@ ThemeEngine *KSplash::_loadThemeEngine( const TQString& pluginName, const TQStri TQString libName; TQString objName; // Replace this test by a "nodcop" command line option. - if ( /*!mKsTheme->managedMode() ||*/ !KCmdLineArgs::parsedArgs()->isSet( "dcop" ) ) + if ( /*!mKsTheme->managedMode() ||*/ !TDECmdLineArgs::parsedArgs()->isSet( "dcop" ) ) { libName = TQString("ksplash%1").arg(pluginName.lower()); objName = TQString("Theme%1").arg(pluginName); -- cgit v1.2.3