diff options
Diffstat (limited to 'src/helpers/sshagent.h')
-rw-r--r-- | src/helpers/sshagent.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/helpers/sshagent.h b/src/helpers/sshagent.h index ad6a5d9..cc78cae 100644 --- a/src/helpers/sshagent.h +++ b/src/helpers/sshagent.h @@ -25,7 +25,7 @@ #include <tqstring.h> #include <tqstringlist.h> -class KProcess; +class TDEProcess; class SshAgent : public TQObject @@ -46,9 +46,9 @@ public: TQString authSock() const { return m_authSock; } private slots: - void slotProcessExited(KProcess*); - void slotReceivedStdout(KProcess* proc, char* buffer, int buflen); - void slotReceivedStderr(KProcess* proc, char* buffer, int buflen); + void slotProcessExited(TDEProcess*); + void slotReceivedStdout(TDEProcess* proc, char* buffer, int buflen); + void slotReceivedStderr(TDEProcess* proc, char* buffer, int buflen); private: bool startSshAgent(); |