diff options
author | Michele Calgaro <[email protected]> | 2023-11-24 10:56:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-25 15:15:54 +0900 |
commit | 22da7013fff03b0a938a6048633369d1b2041a52 (patch) | |
tree | 25c501c5d441f3fc2b752c2961f8fc9cc43ef9cf /kmail/kmfoldermaildir.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 <[email protected]>
(cherry picked from commit 3b66617d9d5f343c30a87381720db2fc835ce52b)
Diffstat (limited to 'kmail/kmfoldermaildir.cpp')
-rw-r--r-- | kmail/kmfoldermaildir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmfoldermaildir.cpp b/kmail/kmfoldermaildir.cpp index 29f9aaccf..9862bb471 100644 --- a/kmail/kmfoldermaildir.cpp +++ b/kmail/kmfoldermaildir.cpp @@ -1122,7 +1122,7 @@ TQ_INT64 KMFolderMaildir::doFolderSize() const item = new KFileItem( S_IFDIR, -1, location() + "/tmp" ); list.append( item ); s_DirSizeJobQueue.append( - tqMakePair( TQGuardedPtr<const KMFolderMaildir>( this ), list ) ); + qMakePair( TQGuardedPtr<const KMFolderMaildir>( this ), list ) ); // if there's only one entry in the queue then we can start // a dirSizeJob right away |