diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-24 15:11:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-24 22:10:47 +0900 |
commit | 30de6cffc72712fb00117b748a1ae14c89f92e4c (patch) | |
tree | bc1bf5b2a57cc7ec5990c20429e9b70d51bac145 /kmail/antispamconfig.cpp | |
parent | 94890b77a597743cd963422144f81df6d751a9c3 (diff) | |
download | tdepim-30de6cffc72712fb00117b748a1ae14c89f92e4c.tar.gz tdepim-30de6cffc72712fb00117b748a1ae14c89f92e4c.zip |
libemailfunctions: move kAscii* functions to tdelibs
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8e0a91b1a70d6a055a39838489a4dacfd3200740)
Diffstat (limited to 'kmail/antispamconfig.cpp')
-rw-r--r-- | kmail/antispamconfig.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kmail/antispamconfig.cpp b/kmail/antispamconfig.cpp index 75959a122..e0dbb5bfb 100644 --- a/kmail/antispamconfig.cpp +++ b/kmail/antispamconfig.cpp @@ -33,8 +33,6 @@ #include "antispamconfig.h" -#include <tdeglobal.h> - #include <kstaticdeleter.h> #include <tdeconfig.h> |