diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:24:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:24:45 -0600 |
commit | 8874c8d8f787c27407de71f05419febfd83a1024 (patch) | |
tree | 2265516f2fdc044a5565e83110a37677382bafa3 /src/inactivity.h | |
parent | 384d177b84c97b0fa7d9577116b692252a270d4f (diff) | |
download | tdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.tar.gz tdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/inactivity.h')
-rw-r--r-- | src/inactivity.h | 6 |
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 |