diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 10:56:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-25 15:15:54 +0900 |
commit | 22da7013fff03b0a938a6048633369d1b2041a52 (patch) | |
tree | 25c501c5d441f3fc2b752c2961f8fc9cc43ef9cf /tderesources/kolab/kcal/resourcekolab.cpp | |
parent | 6efcb28ef7795906d41c8bff80b0ef3dd57ae102 (diff) | |
download | tdepim-22da7013fff03b0a938a6048633369d1b2041a52.tar.gz tdepim-22da7013fff03b0a938a6048633369d1b2041a52.zip |
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3b66617d9d5f343c30a87381720db2fc835ce52b)
Diffstat (limited to 'tderesources/kolab/kcal/resourcekolab.cpp')
-rw-r--r-- | tderesources/kolab/kcal/resourcekolab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/kolab/kcal/resourcekolab.cpp b/tderesources/kolab/kcal/resourcekolab.cpp index 869ddca8e..e68321a84 100644 --- a/tderesources/kolab/kcal/resourcekolab.cpp +++ b/tderesources/kolab/kcal/resourcekolab.cpp @@ -711,7 +711,7 @@ bool ResourceKolab::addIncidence( KCal::Incidence* incidence, const TQString& _s /* Will be needed when kmail triggers a delete, so we don't delete the inocent * incidence that's sharing the uid with this one */ - mOriginalUID2fakeUID[tqMakePair( incidence->schedulingID(), subResource )] = uid; + mOriginalUID2fakeUID[qMakePair( incidence->schedulingID(), subResource )] = uid; } } /* Add to the cache if the add didn't come from KOrganizer, in which case |