diff options
Diffstat (limited to 'src/document/RoseXmlHandler.cpp')
-rw-r--r-- | src/document/RoseXmlHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document/RoseXmlHandler.cpp b/src/document/RoseXmlHandler.cpp index c378687..99718f3 100644 --- a/src/document/RoseXmlHandler.cpp +++ b/src/document/RoseXmlHandler.cpp @@ -1046,7 +1046,7 @@ RoseXmlHandler::startElement(const TQString& namespaceURI, do { - FileLocateDialog fL((RosegardenGUIApp *)m_doc->tqparent(), + FileLocateDialog fL((RosegardenGUIApp *)m_doc->parent(), file, TQString(getAudioFileManager().getAudioPath().c_str())); int result = fL.exec(); |