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 aee5bc5..dd97510 100644 --- a/src/sequencer/main.cpp +++ b/src/sequencer/main.cpp @@ -103,7 +103,7 @@ int main(int argc, char *argv[]) roseSeq = new RosegardenSequencerApp; } - QObject::connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit())); + TQObject::connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit())); app.disableSessionManagement(); // we don't want to be // saved/restored by session |