Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 015c687f91
commit e1f38b278d

@ -33,7 +33,7 @@ static const char description[] =
static const char version[] = VERSION ;// "1.1.1-2";
static const KCmdLineOptions options[] = {
static const TDECmdLineOptions options[] = {
{ "input <device>", I18N_NOOP("input device"), 0
},
{ "output <device>", I18N_NOOP("output device"), 0 },
@ -58,7 +58,7 @@ static const KCmdLineOptions options[] = {
{ "firstpass" ,I18N_NOOP("don't save status at end"),0},
{ "usecache" ,I18N_NOOP("save cell in a temporary file before encoding"),0},
{ "redirect" ,I18N_NOOP("for internal use"),0},
KCmdLineLastOption // End of options.
TDECmdLineLastOption // End of options.
};

Loading…
Cancel
Save