summaryrefslogtreecommitdiffstats
path: root/ksplashml/themeengine/themeengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/themeengine/themeengine.cpp')
-rw-r--r--ksplashml/themeengine/themeengine.cpp2
1 files changed, 1 insertions, 1 deletions
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()