summaryrefslogtreecommitdiffstats
path: root/src/inactivity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inactivity.h')
-rw-r--r--src/inactivity.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inactivity.h b/src/inactivity.h
index c86f2f1..206cfea 100644
--- a/src/inactivity.h
+++ b/src/inactivity.h
@@ -85,7 +85,7 @@ signals:
private:
//! pointer to the process to call pidof
- KProcess *proc;
+ TDEProcess *proc;
//! about the call result of pidof
/*!
@@ -163,9 +163,9 @@ private slots:
//! to monitor the values
void recheck();
//! to get the PIDs of blacklisted programs/processes
- void getPIDs(KProcess *, char *, int);
+ void getPIDs(TDEProcess *, char *, int);
//! to get the signal if the command call is exited
- void getPIDsExited(KProcess *);
+ void getPIDsExited(TDEProcess *);
};
#endif