|
|
|
@ -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);
|
|
|
|
|