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/themeengine/themeengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksplashml/themeengine/themeengine.cpp') diff --git a/ksplashml/themeengine/themeengine.cpp b/ksplashml/themeengine/themeengine.cpp index cb3566588..b9a7c208f 100644 --- a/ksplashml/themeengine/themeengine.cpp +++ b/ksplashml/themeengine/themeengine.cpp @@ -59,7 +59,7 @@ ThemeEngine::ThemeEngine( TQWidget *, const char *, const TQStringList& args ) if (args.first() == "Unified") { mUseWM = true; } - mTheme->loadCmdLineArgs( KCmdLineArgs::parsedArgs() ); + mTheme->loadCmdLineArgs( TDECmdLineArgs::parsedArgs() ); } ThemeEngine::~ThemeEngine() -- cgit v1.2.3