Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent efa4f71896
commit b7a29d92bd

@ -36,13 +36,13 @@ static const char description[] =
static const char version[] = "0.3";
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "show-source", I18N_NOOP( "Show source code lines in assembly output"),0},
{ "nooptimize", I18N_NOOP( "Do not attempt optimization of generated instructions."),0},
{ "+[Input URL]", I18N_NOOP( "Input filename" ),0},
{ "+[Output URL]", I18N_NOOP( "Output filename" ),0},
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char **argv)

@ -22,10 +22,10 @@ static const char description[] =
static const char version[] = "0.3";
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP( "Document to open." ), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};

Loading…
Cancel
Save