diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:58 -0600 |
commit | 0e18e8be5711912a2b39c07a7d4c14878ebea61f (patch) | |
tree | 2c27970af5b1bff042f2643a524d66e851e2ef1d /src/helpers | |
parent | c6fcc6f0ea7dae4c5737ba94c6acbcd8b36c3983 (diff) | |
download | tdesvn-0e18e8be5711912a2b39c07a7d4c14878ebea61f.tar.gz tdesvn-0e18e8be5711912a2b39c07a7d4c14878ebea61f.zip |
Remove spurious TQ_OBJECT instances
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); |