From ac437bde9b6851a210e83ad7644a0606a5096292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:40 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- umbrello/umbrello/docgenerators/main.cpp | 4 ++-- umbrello/umbrello/main.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'umbrello') 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 ", 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 ", I18N_NOOP("export diagrams to extension and exit"), 0}, { "directory ", 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 }; /** -- cgit v1.2.3