diff options
Diffstat (limited to 'ark/main.cpp')
-rw-r--r-- | ark/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ark/main.cpp b/ark/main.cpp index 9d90256..10449c2 100644 --- a/ark/main.cpp +++ b/ark/main.cpp @@ -105,9 +105,9 @@ extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] ) I18N_NOOP( "Ideas, help with the icons" ), "[email protected]" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( option ); - KCmdLineArgs::addTempFileOption(); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( option ); + TDECmdLineArgs::addTempFileOption(); if ( !ArkApplication::start() ) { |