diff options
Diffstat (limited to 'src/sequencer/main.cpp')
-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 |