diff options
Diffstat (limited to 'src/gui/seqmanager/SequenceManager.cpp')
-rw-r--r-- | src/gui/seqmanager/SequenceManager.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/seqmanager/SequenceManager.cpp b/src/gui/seqmanager/SequenceManager.cpp index a8d6e30..e0b0b2d 100644 --- a/src/gui/seqmanager/SequenceManager.cpp +++ b/src/gui/seqmanager/SequenceManager.cpp @@ -47,7 +47,7 @@ #include "gui/dialogs/AudioManagerDialog.h" #include "gui/dialogs/CountdownDialog.h" #include "gui/dialogs/TransportDialog.h" -#include "gui/kdeext/KStartupLogo.h" +#include "gui/kdeext/TDEStartupLogo.h" #include "gui/studio/StudioControl.h" #include "gui/widgets/CurrentProgressDialog.h" #include "MetronomeMmapper.h" @@ -1139,7 +1139,7 @@ SequenceManager::processAsynchronousMidi(const MappedComposition &mC, } } } else { - KStartupLogo::hideIfStillThere(); + TDEStartupLogo::hideIfStillThere(); if ((*i)->getType() == MappedEvent::SystemFailure) { @@ -1160,7 +1160,7 @@ SequenceManager::processAsynchronousMidi(const MappedComposition &mC, std::cerr << "Rosegarden: WARNING: No accurate sequencer timer available" << std::endl; - KStartupLogo::hideIfStillThere(); + TDEStartupLogo::hideIfStillThere(); CurrentProgressDialog::freeze(); RosegardenGUIApp::self()->awaitDialogClearance(); @@ -1178,7 +1178,7 @@ SequenceManager::processAsynchronousMidi(const MappedComposition &mC, std::cerr << "Rosegarden: WARNING: No accurate sequencer timer available" << std::endl; - KStartupLogo::hideIfStillThere(); + TDEStartupLogo::hideIfStillThere(); CurrentProgressDialog::freeze(); RosegardenGUIApp::self()->awaitDialogClearance(); @@ -1303,7 +1303,7 @@ SequenceManager::checkSoundDriverStatus(bool warnUser) (MIDI_OK | VERSION_OK)) return; #endif - KStartupLogo::hideIfStillThere(); + TDEStartupLogo::hideIfStillThere(); CurrentProgressDialog::freeze(); TQString text = ""; |