diff options
Diffstat (limited to 'src/document/io/CsoundExporter.cpp')
-rw-r--r-- | src/document/io/CsoundExporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document/io/CsoundExporter.cpp b/src/document/io/CsoundExporter.cpp index 9b61372..70f1e51 100644 --- a/src/document/io/CsoundExporter.cpp +++ b/src/document/io/CsoundExporter.cpp @@ -32,7 +32,7 @@ #include "base/Segment.h" #include "base/Track.h" #include "gui/general/ProgressReporter.h" -#include <qobject.h> +#include <tqobject.h> #include <fstream> #include "gui/application/RosegardenApplication.h" @@ -40,7 +40,7 @@ namespace Rosegarden { -CsoundExporter::CsoundExporter(QObject *parent, +CsoundExporter::CsoundExporter(TQObject *parent, Composition *composition, std::string fileName) : ProgressReporter(parent, "csoundExporter"), |