diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:53:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:53:43 +0900 |
commit | 4a8338c03eb2697a08be8b1e531f0fd773161b3e (patch) | |
tree | 17126f4ea2c6c0b4157a281875223d59dbefe402 | |
parent | abbce8d6d98d00e038a108348eeee905d1b9d4cd (diff) | |
download | kshutdown-4a8338c03eb2697a08be8b1e531f0fd773161b3e.tar.gz kshutdown-4a8338c03eb2697a08be8b1e531f0fd773161b3e.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kshutdown/miscutils.h | 2 | ||||
-rw-r--r-- | kshutdownlockout/lockout.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kshutdown/miscutils.h b/kshutdown/miscutils.h index 95960ae..2269ccc 100644 --- a/kshutdown/miscutils.h +++ b/kshutdown/miscutils.h @@ -22,7 +22,7 @@ #include <tqdatetime.h> -#include <kprocess.h> +#include <tdeprocess.h> class TDEAction; class KPushButton; diff --git a/kshutdownlockout/lockout.cpp b/kshutdownlockout/lockout.cpp index e6ecf2a..ab393e5 100644 --- a/kshutdownlockout/lockout.cpp +++ b/kshutdownlockout/lockout.cpp @@ -45,7 +45,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tdelocale.h> #include <tdemessagebox.h> #include <tdepopupmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <krun.h> // plugin |