From 4a8338c03eb2697a08be8b1e531f0fd773161b3e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 12:53:43 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- kshutdown/miscutils.h | 2 +- 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 -#include +#include 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 #include #include -#include +#include #include // plugin -- cgit v1.2.1