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 11:36:18 +0900 |
commit | 1fb5101d491c1c4b3483540489dd109a59bfce2d (patch) | |
tree | 7c0cfeb464b6d94e01146077593f54757e2a845e /kmail/kmreaderwin.cpp | |
parent | f8f28b44bd388289f806a2cc7a56adf3d297f65d (diff) | |
download | tdepim-1fb5101d491c1c4b3483540489dd109a59bfce2d.tar.gz tdepim-1fb5101d491c1c4b3483540489dd109a59bfce2d.zip |
Remove unused code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |