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