diff options
Diffstat (limited to 'kig')
-rw-r--r-- | kig/kig/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/kig/main.cpp b/kig/kig/main.cpp index a49f1f3f..a99ff122 100644 --- a/kig/kig/main.cpp +++ b/kig/kig/main.cpp @@ -29,14 +29,14 @@ #include "aboutdata.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "c", 0, 0 }, { "convert-to-native", I18N_NOOP( "Do not show a GUI. Convert the specified file to the native Kig format. Output goes to stdout unless --outfile is specified." ), 0 }, { "o", 0, 0 }, { "outfile <file>", I18N_NOOP( "File to output the created native file to. '-' means output to stdout. Default is stdout as well." ), 0 }, { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; class KigApplication |