From 5106f93512659db1a236db49febc5ed1a45e3384 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:10 -0600 Subject: Remove spurious TQ_OBJECT instances --- libksirtet/lib/internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libksirtet/lib/internal.h') diff --git a/libksirtet/lib/internal.h b/libksirtet/lib/internal.h index 038656eb..f2e752c3 100644 --- a/libksirtet/lib/internal.h +++ b/libksirtet/lib/internal.h @@ -59,7 +59,7 @@ class Server class Network : public TQObject, public Local { Q_OBJECT - TQ_OBJECT + public: Network(MPInterface *_interface, TQValueList &_boards, @@ -94,7 +94,7 @@ class Network : public TQObject, public Local class LocalServer : public TQObject, public Local, public Server { Q_OBJECT - TQ_OBJECT + public: LocalServer(MPInterface *_interface, @@ -114,7 +114,7 @@ class LocalServer : public TQObject, public Local, public Server class NetworkServer : public Network, public Server { Q_OBJECT - TQ_OBJECT + public: NetworkServer(MPInterface *_interface, @@ -140,7 +140,7 @@ class NetworkServer : public Network, public Server class Client : public Network { Q_OBJECT - TQ_OBJECT + public: Client(MPInterface *_interface, TQValueList &_boards, -- cgit v1.2.1