From acf699af8244896500e654cccdc8aae7e5b545db Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 21:46:40 -0600 Subject: Rename KStartup for enhanced compatibility with KDE4 --- src/document/RoseXmlHandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/document/RoseXmlHandler.cpp') 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 -- cgit v1.2.3