diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:45:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:45:27 +0900 |
commit | 03f309f4de6670abfcfe8518ec4e1e24419038f5 (patch) | |
tree | 7cacc5a3c40068764375d13fc43560779f11f70e /src/ldapcontroller.cpp | |
parent | 1ae39c78b0f24150b5676fa85c15025a27777f03 (diff) | |
download | kcmldapcontroller-03f309f4de6670abfcfe8518ec4e1e24419038f5.tar.gz kcmldapcontroller-03f309f4de6670abfcfe8518ec4e1e24419038f5.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ldapcontroller.cpp')
-rw-r--r-- | src/ldapcontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp index a358235..dd19e22 100644 --- a/src/ldapcontroller.cpp +++ b/src/ldapcontroller.cpp @@ -44,7 +44,7 @@ #include <tdemessagebox.h> #include <tqcheckbox.h> #include <ktempdir.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <knuminput.h> #include <tdesu/process.h> #include <libtdeldap.h> |