summaryrefslogtreecommitdiffstats
path: root/ark/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/main.cpp')
-rw-r--r--ark/main.cpp6
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" ),
"smitty@absamail.co.za" );
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( option );
- KCmdLineArgs::addTempFileOption();
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( option );
+ TDECmdLineArgs::addTempFileOption();
if ( !ArkApplication::start() )
{