diff options
Diffstat (limited to 'src/document/io/CsoundExporter.h')
-rw-r--r-- | src/document/io/CsoundExporter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document/io/CsoundExporter.h b/src/document/io/CsoundExporter.h index 0e8c2ac..f179fb6 100644 --- a/src/document/io/CsoundExporter.h +++ b/src/document/io/CsoundExporter.h @@ -30,7 +30,7 @@ #include <string> -class QObject; +class TQObject; namespace Rosegarden @@ -46,7 +46,7 @@ class Composition; class CsoundExporter : public ProgressReporter { public: - CsoundExporter(QObject *parent, Composition *, std::string fileName); + CsoundExporter(TQObject *parent, Composition *, std::string fileName); ~CsoundExporter(); bool write(); |