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