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 * \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){ void inactivity::getPIDsExited(TDEProcess *proc){
kdDebugFuncIn(trace); kdDebugFuncIn(trace);

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

@ -43,7 +43,7 @@ extern "C" {
} }
// KDE Headers // KDE Headers
#include <kprocess.h> #include <tdeprocess.h>
/*! The default constructor of the class screen */ /*! The default constructor of the class screen */
screen::screen() { screen::screen() {
@ -334,7 +334,7 @@ bool screen::checkScreenSaverActive()
/*! /*!
* \b Slot which called if the call of gnomescreensaver-command exited * \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) { void screen::getGSExited (TDEProcess *gnomecheckcommand) {
kdDebugFuncIn(trace); kdDebugFuncIn(trace);

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

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

Loading…
Cancel
Save