summaryrefslogtreecommitdiffstats
path: root/src/document/io/MusicXmlExporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/document/io/MusicXmlExporter.cpp')
-rw-r--r--src/document/io/MusicXmlExporter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document/io/MusicXmlExporter.cpp b/src/document/io/MusicXmlExporter.cpp
index e1384c6..365a792 100644
--- a/src/document/io/MusicXmlExporter.cpp
+++ b/src/document/io/MusicXmlExporter.cpp
@@ -39,14 +39,14 @@
#include "document/RosegardenGUIDoc.h"
#include "gui/application/RosegardenApplication.h"
#include "gui/general/ProgressReporter.h"
-#include <qobject.h>
+#include <tqobject.h>
namespace Rosegarden
{
using namespace BaseProperties;
-MusicXmlExporter::MusicXmlExporter(QObject *parent,
+MusicXmlExporter::MusicXmlExporter(TQObject *parent,
RosegardenGUIDoc *doc,
std::string fileName) :
ProgressReporter(parent, "musicXmlExporter"),