summaryrefslogtreecommitdiffstats
path: root/src/screen.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:54:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:54:08 +0900
commitfda522b2dc3757e35988b448002d1a9eb19d4128 (patch)
tree7dd85df4209aabcaa9f1df34b00cea93afcccad3 /src/screen.cpp
parent9f50be1eeb5d5acc694c2ed1220405d9a8d6d69b (diff)
downloadtdepowersave-fda522b2dc3757e35988b448002d1a9eb19d4128.tar.gz
tdepowersave-fda522b2dc3757e35988b448002d1a9eb19d4128.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/screen.cpp')
-rw-r--r--src/screen.cpp4
1 files changed, 2 insertions, 2 deletions
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 <kprocess.h>
+#include <tdeprocess.h>
/*! 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);