summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:39:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:39:17 -0600
commit77607a381819488c885b8622f12a290867ac6be9 (patch)
treeff919cbc100940819bdbf3662ca9762bcb93e4f8
parentaf2cf87ad7298281a262208f4397132d7e10ac63 (diff)
downloadrosegarden-77607a38.tar.gz
rosegarden-77607a38.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--src/gui/application/main.cpp2
-rw-r--r--src/sequencer/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/application/main.cpp b/src/gui/application/main.cpp
index 89d15f1..4f94cdd 100644
--- a/src/gui/application/main.cpp
+++ b/src/gui/application/main.cpp
@@ -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 },
diff --git a/src/sequencer/main.cpp b/src/sequencer/main.cpp
index 384784b..e0db570 100644
--- a/src/sequencer/main.cpp
+++ b/src/sequencer/main.cpp
@@ -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