diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:40 -0600 |
commit | ac437bde9b6851a210e83ad7644a0606a5096292 (patch) | |
tree | 82083211a8e99f51591869034767409f7f5468ff /umbrello | |
parent | 7bc058d1bffbd79bf9d9416f879ccb4873b6045e (diff) | |
download | tdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.tar.gz tdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/docgenerators/main.cpp | 4 | ||||
-rw-r--r-- | umbrello/umbrello/main.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/umbrello/umbrello/docgenerators/main.cpp b/umbrello/umbrello/docgenerators/main.cpp index ea8576da..c57520bd 100644 --- a/umbrello/umbrello/docgenerators/main.cpp +++ b/umbrello/umbrello/docgenerators/main.cpp @@ -42,12 +42,12 @@ static const char description[] = // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[File]", I18N_NOOP("File to transform"), 0 }, { "xslt <url>", I18N_NOOP("The XSLT file to use"), 0}, // INSERT YOUR COMMANDLINE OPTIONS HERE - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) 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 }; /** |