From 8874c8d8f787c27407de71f05419febfd83a1024 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:24:45 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/inactivity.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/inactivity.h') 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 -- cgit v1.2.3