summaryrefslogtreecommitdiffstats
path: root/kword/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/main.cpp')
-rw-r--r--kword/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/main.cpp b/kword/main.cpp
index 6f07e68a..8ef60864 100644
--- a/kword/main.cpp
+++ b/kword/main.cpp
@@ -30,8 +30,8 @@ static const KCmdLineOptions options[]=
extern "C" KWORD_EXPORT int kdemain( int argc, char **argv )
{
- KCmdLineArgs::init( argc, argv, newKWordAboutData());
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init( argc, argv, newKWordAboutData());
+ TDECmdLineArgs::addCmdLineOptions( options );
KoApplication app;