summaryrefslogtreecommitdiffstats
path: root/ksplashml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/main.cpp')
-rw-r--r--ksplashml/main.cpp6
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"), "ravi@ee.eng.ohio-state.edu" );
about.addAuthor( "Brian Ledbetter", I18N_NOOP("Original author"), "brian@shadowcom.net" );
- 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();