Use tdeprocess.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 2 weeks ago
parent 9f50be1eeb
commit fda522b2dc
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -377,7 +377,7 @@ void inactivity::getPIDs(TDEProcess */*proc*/, char *buffer, int /*length*/) {
/*!
* \b Slot which called if the call of pidof is exited
* \param proc the KProcess which called this slot
* \param proc the TDEProcess which called this slot
*/
void inactivity::getPIDsExited(TDEProcess *proc){
kdDebugFuncIn(trace);

@ -21,7 +21,7 @@
#define _INACTIVITY_H_
// KDE Header
#include <kprocess.h>
#include <tdeprocess.h>
// TQt Header
#include <tqregexp.h>

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

@ -22,7 +22,7 @@
// KDE Header
#include <dcopref.h>
#include <kprocess.h>
#include <tdeprocess.h>
#include <tdelocale.h>
// TQt Header

@ -23,7 +23,7 @@
#define _TDEPOWERSAVE_H_
// KDE - Header
#include <kprocess.h>
#include <tdeprocess.h>
#include <ksystemtray.h>
#include <dcopobject.h>
#include <tdehardwaredevices.h>

Loading…
Cancel
Save