summaryrefslogtreecommitdiffstats
path: root/libksirtet/lib/internal.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:10 -0600
commit5106f93512659db1a236db49febc5ed1a45e3384 (patch)
treef7a4da53d81ff5844af9d043604940c253cdb529 /libksirtet/lib/internal.h
parenta5c3a83e1a931b5af4387f05f7204a2007ae71a1 (diff)
downloadtdegames-5106f93512659db1a236db49febc5ed1a45e3384.tar.gz
tdegames-5106f93512659db1a236db49febc5ed1a45e3384.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'libksirtet/lib/internal.h')
-rw-r--r--libksirtet/lib/internal.h8
1 files changed, 4 insertions, 4 deletions
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<MPInterface::Data> &_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<MPInterface::Data> &_boards,