diff options
Diffstat (limited to 'src/document/io/LilyPondExporter.h')
-rw-r--r-- | src/document/io/LilyPondExporter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document/io/LilyPondExporter.h b/src/document/io/LilyPondExporter.h index 5656f77..6ba3a21 100644 --- a/src/document/io/LilyPondExporter.h +++ b/src/document/io/LilyPondExporter.h @@ -87,8 +87,8 @@ public: typedef std::multiset<Event*, Event::EventEndCmp> eventendlist; public: - LilyPondExporter(RosegardenGUIApp *tqparent, RosegardenGUIDoc *, std::string fileName); - LilyPondExporter(NotationView *tqparent, RosegardenGUIDoc *, std::string fileName); + LilyPondExporter(RosegardenGUIApp *parent, RosegardenGUIDoc *, std::string fileName); + LilyPondExporter(NotationView *parent, RosegardenGUIDoc *, std::string fileName); ~LilyPondExporter(); bool write(); |