summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/rbtdeconfig_compiler
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:01 -0600
commitfb7e279ef21733ca91caad571e63263b1f947f85 (patch)
treecd03e2405d1f6eddd9fd50d4a29faa6d4b990796 /korundum/rubylib/rbtdeconfig_compiler
parent18896070bf8c173783628a31da969042bddd2867 (diff)
downloadtdebindings-fb7e279ef21733ca91caad571e63263b1f947f85.tar.gz
tdebindings-fb7e279ef21733ca91caad571e63263b1f947f85.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'korundum/rubylib/rbtdeconfig_compiler')
-rw-r--r--korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp b/korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp
index 8db55019..ef923e71 100644
--- a/korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp
+++ b/korundum/rubylib/rbtdeconfig_compiler/rbtdeconfig_compiler.cpp
@@ -39,13 +39,13 @@
#include <iostream>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "d", 0, 0 },
{ "directory <dir>", I18N_NOOP("Directory to generate files in"), "." },
{ "+file.kcfg", I18N_NOOP("Input kcfg XML file"), 0 },
{ "+file.kcfgc", I18N_NOOP("Code generation options file"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};