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