diff options
Diffstat (limited to 'kommander/executor/main.cpp')
-rw-r--r-- | kommander/executor/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/executor/main.cpp b/kommander/executor/main.cpp index 18dd256e..7dc1758a 100644 --- a/kommander/executor/main.cpp +++ b/kommander/executor/main.cpp @@ -45,12 +45,12 @@ static const char *description = I18N_NOOP("Executor is a component of the Kommander dialog system that executes .kmdr files given as arguments or via stdin"); // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "!stdin", I18N_NOOP("Read dialog from standard input"), 0}, { "c <catalog>", I18N_NOOP("Use given catalog for translation"), 0}, { "+[file]", I18N_NOOP("Dialog to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |