diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:54:08 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 12:54:08 +0900 |
| commit | fda522b2dc3757e35988b448002d1a9eb19d4128 (patch) | |
| tree | 7dd85df4209aabcaa9f1df34b00cea93afcccad3 /src/inactivity.cpp | |
| parent | 9f50be1eeb5d5acc694c2ed1220405d9a8d6d69b (diff) | |
| download | tdepowersave-fda522b2dc3757e35988b448002d1a9eb19d4128.tar.gz tdepowersave-fda522b2dc3757e35988b448002d1a9eb19d4128.zip | |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/inactivity.cpp')
| -rw-r--r-- | src/inactivity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inactivity.cpp b/src/inactivity.cpp index ed35869..6ce04d8 100644 --- a/src/inactivity.cpp +++ b/src/inactivity.cpp @@ -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); |
