diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:27:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:27:08 -0600 |
commit | 773793eead2fea173ec9202ee938020592e86a02 (patch) | |
tree | 2df8f77f488c1e7de1c16eb6d50d33337bc6bea5 /src/helpers/sshagent.h | |
parent | f4899658cbe0d29487071c8340b66c80cc2a3010 (diff) | |
download | tdesvn-773793eead2fea173ec9202ee938020592e86a02.tar.gz tdesvn-773793eead2fea173ec9202ee938020592e86a02.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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(); |