summaryrefslogtreecommitdiffstats
path: root/karbon
diff options
context:
space:
mode:
Diffstat (limited to 'karbon')
-rw-r--r--karbon/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/main.cc b/karbon/main.cc
index edd929c3..6c6296a2 100644
--- a/karbon/main.cc
+++ b/karbon/main.cc
@@ -36,8 +36,8 @@ static const KCmdLineOptions options[] =
extern "C" KARBONBASE_EXPORT int kdemain( int argc, char* argv[] )
{
- KCmdLineArgs::init( argc, argv, newKarbonAboutData() );
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init( argc, argv, newKarbonAboutData() );
+ TDECmdLineArgs::addCmdLineOptions( options );
KoApplication app;
if( !app.start() ) // parses command line args, create initial docs and shells