From 0e18e8be5711912a2b39c07a7d4c14878ebea61f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:58 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/helpers/sshagent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helpers') 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); -- cgit v1.2.1