summaryrefslogtreecommitdiffstats
path: root/src/screen.cpp
diff options
context:
space:
mode:
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);