summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/cryptography
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:08:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:08:06 +0900
commit9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 (patch)
tree4db04a553120a11f0cee3d96d15518b869f977da /kopete/plugins/cryptography
parent82186365e83cdd422c84d3c5abb89d9fed923846 (diff)
downloadtdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.tar.gz
tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/plugins/cryptography')
-rw-r--r--kopete/plugins/cryptography/kgpgselkey.cpp2
-rw-r--r--kopete/plugins/cryptography/popuppublic.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/cryptography/kgpgselkey.cpp b/kopete/plugins/cryptography/kgpgselkey.cpp
index c7750c7a..bdb09c86 100644
--- a/kopete/plugins/cryptography/kgpgselkey.cpp
+++ b/kopete/plugins/cryptography/kgpgselkey.cpp
@@ -29,7 +29,7 @@
#include <tdelistview.h>
#include <tdelocale.h>
#include <tqcheckbox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kiconloader.h>
#include "kgpgselkey.h"
diff --git a/kopete/plugins/cryptography/popuppublic.cpp b/kopete/plugins/cryptography/popuppublic.cpp
index 882b2fe5..6c1d7271 100644
--- a/kopete/plugins/cryptography/popuppublic.cpp
+++ b/kopete/plugins/cryptography/popuppublic.cpp
@@ -33,7 +33,7 @@
#include <tdeversion.h>
#include <tdelistview.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kprocio.h>
#include <tdelocale.h>
#include <tdeaccel.h>