diff options
Diffstat (limited to 'src/helpers')
-rw-r--r-- | src/helpers/sshagent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/sshagent.h b/src/helpers/sshagent.h index 4c79d95..ad6a5d9 100644 --- a/src/helpers/sshagent.h +++ b/src/helpers/sshagent.h @@ -31,7 +31,7 @@ class KProcess; class SshAgent : public TQObject { Q_OBJECT - TQ_OBJECT + public: SshAgent(TQObject* parent = 0, const char* name = 0); |