diff options
Diffstat (limited to 'src/document/io/MupExporter.cpp')
-rw-r--r-- | src/document/io/MupExporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document/io/MupExporter.cpp b/src/document/io/MupExporter.cpp index 067c909..6207512 100644 --- a/src/document/io/MupExporter.cpp +++ b/src/document/io/MupExporter.cpp @@ -37,7 +37,7 @@ #include "base/Sets.h" #include "base/Track.h" #include "gui/general/ProgressReporter.h" -#include <qobject.h> +#include <tqobject.h> using std::string; @@ -45,7 +45,7 @@ namespace Rosegarden { using namespace BaseProperties; -MupExporter::MupExporter(QObject *parent, +MupExporter::MupExporter(TQObject *parent, Composition *composition, string fileName) : ProgressReporter(parent, "mupExporter"), |