summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/backends
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 /certmanager/lib/backends
parent74926683f153c10d642dd7b330e90d1518ccd088 (diff)
downloadtdepim-2aa402ea78930053854ed9468d7557b15d563713.tar.gz
tdepim-2aa402ea78930053854ed9468d7557b15d563713.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'certmanager/lib/backends')
-rw-r--r--certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h2
-rw-r--r--certmanager/lib/backends/qgpgme/gnupgprocessbase.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h b/certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h
index 5f0c69a3..b5b60fe5 100644
--- a/certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h
+++ b/certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h
@@ -33,7 +33,7 @@
#ifndef __KLEO_BACKEND_CHIASMUS__SYMCRYPTRUNPROCESSBASE_H__
#define __KLEO_BACKEND_CHIASMUS__SYMCRYPTRUNPROCESSBASE_H__
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqcstring.h>
diff --git a/certmanager/lib/backends/qgpgme/gnupgprocessbase.h b/certmanager/lib/backends/qgpgme/gnupgprocessbase.h
index 639c25ed..d894884e 100644
--- a/certmanager/lib/backends/qgpgme/gnupgprocessbase.h
+++ b/certmanager/lib/backends/qgpgme/gnupgprocessbase.h
@@ -33,7 +33,7 @@
#ifndef __KLEO_GNUPGPROCESSBASE_H__
#define __KLEO_GNUPGPROCESSBASE_H__
-#include <kprocess.h>
+#include <tdeprocess.h>
namespace Kleo {