diff options
Diffstat (limited to 'ksplashml/main.cpp')
-rw-r--r-- | ksplashml/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksplashml/main.cpp b/ksplashml/main.cpp index 995cf8a2a..daa07bd1a 100644 --- a/ksplashml/main.cpp +++ b/ksplashml/main.cpp @@ -50,9 +50,9 @@ int main( int argc, char **argv ) about.addAuthor( "Ravikiran Rajagopal", I18N_NOOP("Author and maintainer"), "[email protected]" ); about.addAuthor( "Brian Ledbetter", I18N_NOOP("Original author"), "[email protected]" ); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions(options); - KCmdLineArgs *arg = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs *arg = TDECmdLineArgs::parsedArgs(); if ( !( arg->isSet( "dcop" ) ) ) KApplication::disableAutoDcopRegistration(); |