Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 92dbbb6df3
commit ba30b44ed0

@ -32,10 +32,10 @@ email :
static const char description[] = I18N_NOOP("KMPlayer");
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("file to open"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};

Loading…
Cancel
Save