diff options
Diffstat (limited to 'src/document/RoseXmlHandler.cpp')
-rw-r--r-- | src/document/RoseXmlHandler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/document/RoseXmlHandler.cpp b/src/document/RoseXmlHandler.cpp index 29f209c..1dc572b 100644 --- a/src/document/RoseXmlHandler.cpp +++ b/src/document/RoseXmlHandler.cpp @@ -52,7 +52,7 @@ #include "gui/application/RosegardenApplication.h" #include "gui/dialogs/FileLocateDialog.h" #include "gui/general/ProgressReporter.h" -#include "gui/kdeext/KStartupLogo.h" +#include "gui/kdeext/TDEStartupLogo.h" #include "gui/studio/AudioPlugin.h" #include "gui/studio/AudioPluginManager.h" #include "gui/widgets/CurrentProgressDialog.h" @@ -447,7 +447,7 @@ RoseXmlHandler::startElement(const TQString& namespaceURI, minor > RosegardenGUIDoc::FILE_FORMAT_VERSION_MINOR) { CurrentProgressDialog::freeze(); - KStartupLogo::hideIfStillThere(); + TDEStartupLogo::hideIfStillThere(); KMessageBox::information(0, i18n("This file was written by Rosegarden %1, which is more recent than this version.\nThere may be some incompatibilities with the file format.").arg(version)); @@ -1032,7 +1032,7 @@ RoseXmlHandler::startElement(const TQString& namespaceURI, CurrentProgressDialog::freeze(); // Hide splash screen if present on startup - KStartupLogo::hideIfStillThere(); + TDEStartupLogo::hideIfStillThere(); // Create a locate file dialog - give it the file name // and the AudioFileManager path that we've already |