diff options
author | Michele Calgaro <[email protected]> | 2023-11-24 10:56:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-24 10:56:55 +0900 |
commit | 321ebe827573752d348520ade483c684febde021 (patch) | |
tree | b6a40254560a140129852ec2493ffe65a25229d2 /quanta/messages | |
parent | 632eac95178c99f1a82e2993b3a50a8d8b8f7f59 (diff) | |
download | tdewebdev-321ebe827573752d348520ade483c684febde021.tar.gz tdewebdev-321ebe827573752d348520ade483c684febde021.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'quanta/messages')
-rw-r--r-- | quanta/messages/annotationoutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/messages/annotationoutput.cpp b/quanta/messages/annotationoutput.cpp index 418f7f17..58b3044e 100644 --- a/quanta/messages/annotationoutput.cpp +++ b/quanta/messages/annotationoutput.cpp @@ -324,7 +324,7 @@ void AnnotationOutput::updateAnnotationForFile(const KURL& url) } else pos++; int pos2 = line.find(rx); - annotations.insert(i, tqMakePair(line.mid(pos, pos2 - pos).stripWhiteSpace(), receiver)); + annotations.insert(i, qMakePair(line.mid(pos, pos2 - pos).stripWhiteSpace(), receiver)); } ++i; } |