diff options
Diffstat (limited to 'ksplashml/themeengine/objkstheme.h')
-rw-r--r-- | ksplashml/themeengine/objkstheme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/themeengine/objkstheme.h b/ksplashml/themeengine/objkstheme.h index 090b39220..4d88276ba 100644 --- a/ksplashml/themeengine/objkstheme.h +++ b/ksplashml/themeengine/objkstheme.h @@ -33,7 +33,7 @@ public: explicit ObjKsTheme( const TQString& ); virtual ~ObjKsTheme(); - void loadCmdLineArgs( KCmdLineArgs * ); + void loadCmdLineArgs( TDECmdLineArgs * ); TQString theme() const { return( mActiveTheme ); } TQString themeEngine() const { return( mThemeEngine ); } |