diff options
Diffstat (limited to 'quanta/messages/annotationoutput.cpp')
-rw-r--r-- | quanta/messages/annotationoutput.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/messages/annotationoutput.cpp b/quanta/messages/annotationoutput.cpp index b666f7b6..2b584854 100644 --- a/quanta/messages/annotationoutput.cpp +++ b/quanta/messages/annotationoutput.cpp @@ -147,7 +147,7 @@ void AnnotationOutput::readAnnotations() TQString fileName = el.attribute("url"); KURL u = baseURL; QuantaCommon::setUrl(u, fileName); - u = TQExtFileInfo::toAbsolute(u, baseURL); + u = QExtFileInfo::toAbsolute(u, baseURL); if (Project::ref()->tqcontains(u)) { bool ok; @@ -331,7 +331,7 @@ void AnnotationOutput::updateAnnotationForFile(const KURL& url) f.close(); if (!annotations.isEmpty()) { - KURL u = TQExtFileInfo::toRelative(url, Project::ref()->projectBaseURL()); + KURL u = QExtFileInfo::toRelative(url, Project::ref()->projectBaseURL()); writeAnnotations(QuantaCommon::qUrl(u), annotations); } } |