From fda522b2dc3757e35988b448002d1a9eb19d4128 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 12:54:08 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- src/screen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screen.cpp') diff --git a/src/screen.cpp b/src/screen.cpp index da6f8dc..f2c05f4 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -43,7 +43,7 @@ extern "C" { } // KDE Headers -#include +#include /*! The default constructor of the class screen */ screen::screen() { @@ -334,7 +334,7 @@ bool screen::checkScreenSaverActive() /*! * \b Slot which called if the call of gnomescreensaver-command exited - * \param gnomecheckcommand the KProcess which called this slot + * \param gnomecheckcommand the TDEProcess which called this slot */ void screen::getGSExited (TDEProcess *gnomecheckcommand) { kdDebugFuncIn(trace); -- cgit v1.2.3