diff options
Diffstat (limited to 'umbrello/umbrello/main.cpp')
-rw-r--r-- | umbrello/umbrello/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/main.cpp b/umbrello/umbrello/main.cpp index 9298869d..e35d9ff7 100644 --- a/umbrello/umbrello/main.cpp +++ b/umbrello/umbrello/main.cpp @@ -35,14 +35,14 @@ static const char description[] = /** * @todo Add options to use the documentation generators from command line. */ -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[File]", I18N_NOOP("File to open"), 0 }, { "export <extension>", I18N_NOOP("export diagrams to extension and exit"), 0}, { "directory <url>", I18N_NOOP("the local directory to save the exported diagrams in"), I18N_NOOP("the directory of the file")}, { "use-folders", I18N_NOOP("keep the tree structure used to store the views in the document in the target directory"), 0}, // INSERT YOUR COMMANDLINE OPTIONS HERE - KCmdLineLastOption + TDECmdLineLastOption }; /** |