summaryrefslogtreecommitdiffstats
path: root/libksirtet/lib/internal.h
diff options
context:
space:
mode:
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,