diff options
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 c931bae..a69c744 100644 --- a/src/sequencer/main.cpp +++ b/src/sequencer/main.cpp @@ -94,7 +94,7 @@ int main(int argc, char *argv[]) // /*TDECmdLineArgs *args =*/ TDECmdLineArgs::parsedArgs(); - KApplication app; + TDEApplication app; if (app.isRestored()) { SEQUENCER_DEBUG << "RosegardenSequencer - we're being session-restored - that's not supposed to happen\n"; |