summaryrefslogtreecommitdiffstats
path: root/examples/network/infoprotocol/infoserver
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/infoprotocol/infoserver')
-rw-r--r--examples/network/infoprotocol/infoserver/server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/network/infoprotocol/infoserver/server.h b/examples/network/infoprotocol/infoserver/server.h
index 87683b89..33fb6782 100644
--- a/examples/network/infoprotocol/infoserver/server.h
+++ b/examples/network/infoprotocol/infoserver/server.h
@@ -25,7 +25,7 @@ static const Q_UINT16 infoPort = 42417;
*/
class ServerInfo : public ServerInfoBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
ServerInfo( Q_UINT16 port = infoPort, TQWidget *parent = 0, const char *name = 0 );
@@ -36,7 +36,7 @@ private slots:
class SimpleServer : public TQServerSocket
{
- Q_OBJECT
+ TQ_OBJECT
public:
SimpleServer( Q_UINT16 port = infoPort, TQObject* parent = 0, const char *name = 0 );
void newConnection( int socket );
@@ -51,7 +51,7 @@ private:
class ClientSocket : public TQSocket
{
- Q_OBJECT
+ TQ_OBJECT
public:
ClientSocket( int sock, InfoData *i, TQObject *parent = 0, const char *name = 0 );