diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-24 11:12:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-24 22:10:47 +0900 |
commit | 94890b77a597743cd963422144f81df6d751a9c3 (patch) | |
tree | 40c3505e8782553f4b334ccffeb9072343613405 /kmail/kmreaderwin.cpp | |
parent | 928ea3c2d80479d498e5ecc78dc98eed23f2da25 (diff) | |
download | tdepim-94890b77a597743cd963422144f81df6d751a9c3.tar.gz tdepim-94890b77a597743cd963422144f81df6d751a9c3.zip |
Remove unused code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1fb5101d491c1c4b3483540489dd109a59bfce2d)
Diffstat (limited to 'kmail/kmreaderwin.cpp')
-rw-r--r-- | kmail/kmreaderwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp index 8ada99f4..52717348 100644 --- a/kmail/kmreaderwin.cpp +++ b/kmail/kmreaderwin.cpp @@ -99,6 +99,7 @@ using KMail::TeeHtmlWriter; #include <tdefiledialog.h> #include <tdelocale.h> #include <tdemessagebox.h> +#include <tdeglobal.h> #include <tdeglobalsettings.h> #include <krun.h> #include <tdetempfile.h> @@ -107,7 +108,6 @@ using KMail::TeeHtmlWriter; #include <tdeaction.h> #include <kiconloader.h> #include <kmdcodec.h> -#include <kasciistricmp.h> #include <kurldrag.h> #include <tqclipboard.h> |