diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:01 -0600 |
commit | fb7e279ef21733ca91caad571e63263b1f947f85 (patch) | |
tree | cd03e2405d1f6eddd9fd50d4a29faa6d4b990796 /kjsembed | |
parent | 18896070bf8c173783628a31da969042bddd2867 (diff) | |
download | tdebindings-fb7e279ef21733ca91caad571e63263b1f947f85.tar.gz tdebindings-fb7e279ef21733ca91caad571e63263b1f947f85.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed')
-rw-r--r-- | kjsembed/kjscmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/kjscmd.cpp b/kjsembed/kjscmd.cpp index 6161cad1..8b2b732b 100644 --- a/kjsembed/kjscmd.cpp +++ b/kjsembed/kjscmd.cpp @@ -39,7 +39,7 @@ #include "jsconsolewidget.h" #include "jssecuritypolicy.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "c", 0, 0 }, { "console", I18N_NOOP("Displays the KJSEmbed console"), 0 }, |