diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-07 17:44:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-07 17:44:55 +0900 |
commit | a9c78dba8627b6637f09d06ae6fa6f66ca550eca (patch) | |
tree | fa6ef03064ed500f913e61a158fa941de83a8033 /kpackage | |
parent | 30dd5da5ba3ccf4485001f12811c61d90e7730e8 (diff) | |
download | tdeadmin-a9c78dba8627b6637f09d06ae6fa6f66ca550eca.tar.gz tdeadmin-a9c78dba8627b6637f09d06ae6fa6f66ca550eca.zip |
Use tdeprocctrl.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpackage')
-rw-r--r-- | kpackage/kpPty.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/kpPty.cpp b/kpackage/kpPty.cpp index cb1b416..af34fbf 100644 --- a/kpackage/kpPty.cpp +++ b/kpackage/kpPty.cpp @@ -30,7 +30,7 @@ #include <tqtimer.h> #include <tqregexp.h> -#include <kprocctrl.h> +#include <tdeprocctrl.h> #include <kpty.h> #include <kdebug.h> #include <kpassdlg.h> |