diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:17 -0600 |
commit | 77607a381819488c885b8622f12a290867ac6be9 (patch) | |
tree | ff919cbc100940819bdbf3662ca9762bcb93e4f8 /src/gui | |
parent | af2cf87ad7298281a262208f4397132d7e10ac63 (diff) | |
download | rosegarden-77607a381819488c885b8622f12a290867ac6be9.tar.gz rosegarden-77607a381819488c885b8622f12a290867ac6be9.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/application/main.cpp | 2 |
1 files changed, 1 insertions, 1 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 }, |