Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent af2cf87ad7
commit 77607a3818

@ -311,7 +311,7 @@ visible at the bottom of rosegarden/sequencer/main.cpp.
static const char *description =
I18N_NOOP("Rosegarden - A sequencer and musical notation editor");
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "nosequencer", I18N_NOOP("Don't use the sequencer (support editing only)"), 0 },
{ "nosplash", I18N_NOOP("Don't show the splash screen"), 0 },

@ -46,7 +46,7 @@ using namespace Rosegarden;
static const char *description = I18N_NOOP("RosegardenSequencer");
static RosegardenSequencerApp *roseSeq = 0;
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
// { "+[File]", I18N_NOOP("file to open"), 0 },
// INSERT YOUR COMMANDLINE OPTIONS HERE

Loading…
Cancel
Save