summaryrefslogtreecommitdiffstats
path: root/kmail/urlhandlermanager.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:08:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:08:16 +0900
commit2aa402ea78930053854ed9468d7557b15d563713 (patch)
tree45043cb597bf2494d5afc6a754181b110da1db40 /kmail/urlhandlermanager.cpp
parent74926683f153c10d642dd7b330e90d1518ccd088 (diff)
downloadtdepim-2aa402ea78930053854ed9468d7557b15d563713.tar.gz
tdepim-2aa402ea78930053854ed9468d7557b15d563713.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmail/urlhandlermanager.cpp')
-rw-r--r--kmail/urlhandlermanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/urlhandlermanager.cpp b/kmail/urlhandlermanager.cpp
index dde2944e..35fef3d6 100644
--- a/kmail/urlhandlermanager.cpp
+++ b/kmail/urlhandlermanager.cpp
@@ -397,7 +397,7 @@ TQString KMail::URLHandlerManager::statusBarMessage( const KURL & url, KMReaderW
#include <ui/messagebox.h>
#include <tdelocale.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdemessagebox.h>
#include <tdehtml_part.h>