diff options
Diffstat (limited to 'kword/main.cpp')
-rw-r--r-- | kword/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/main.cpp b/kword/main.cpp index 8ef60864..6d2cf391 100644 --- a/kword/main.cpp +++ b/kword/main.cpp @@ -22,10 +22,10 @@ #include <dcopclient.h> #include "KWAboutData.h" -static const KCmdLineOptions options[]= +static const TDECmdLineOptions options[]= { {"+[file]", I18N_NOOP("File to open"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KWORD_EXPORT int kdemain( int argc, char **argv ) |