summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/docgenerators/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:40 -0600
commitac437bde9b6851a210e83ad7644a0606a5096292 (patch)
tree82083211a8e99f51591869034767409f7f5468ff /umbrello/umbrello/docgenerators/main.cpp
parent7bc058d1bffbd79bf9d9416f879ccb4873b6045e (diff)
downloadtdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.tar.gz
tdesdk-ac437bde9b6851a210e83ad7644a0606a5096292.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'umbrello/umbrello/docgenerators/main.cpp')
-rw-r--r--umbrello/umbrello/docgenerators/main.cpp4
1 files changed, 2 insertions, 2 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[])