diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:35 +0900 |
| commit | 3e7afb77fa6046426eeb62d412b27a5cdae44140 (patch) | |
| tree | 0245be4b5db15fd9105937fe60b632fe3cc6726d /klaptopdaemon/portable.cpp | |
| parent | b8a64a11d77bec27b397eaf1b5598a26574b79d7 (diff) | |
| download | tdeutils-3e7afb77fa6046426eeb62d412b27a5cdae44140.tar.gz tdeutils-3e7afb77fa6046426eeb62d412b27a5cdae44140.zip | |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'klaptopdaemon/portable.cpp')
| -rw-r--r-- | klaptopdaemon/portable.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/klaptopdaemon/portable.cpp b/klaptopdaemon/portable.cpp index 1be8706..a326745 100644 --- a/klaptopdaemon/portable.cpp +++ b/klaptopdaemon/portable.cpp @@ -94,7 +94,7 @@ #include <kactivelabel.h> #include <tdeconfig.h> #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <krichtextlabel.h> // ibm specific stuff @@ -2018,7 +2018,7 @@ laptop_portable::get_button(LaptopButton l) // true if a button is pressed #include <tqpushbutton.h> #include <tqobject.h> #include <kactivelabel.h> -#include <kprocess.h> +#include <tdeprocess.h> #define APMDEV "/dev/apm" @@ -2443,7 +2443,7 @@ laptop_portable::software_suspend_set_mask(bool /*hibernate*/) #include <tqpushbutton.h> #include <tqobject.h> #include <kactivelabel.h> -#include <kprocess.h> +#include <tdeprocess.h> // // Klaptopdeamon interface to NetBSD 1.5 apm. |
