summaryrefslogtreecommitdiffstats
path: root/examples/network/infoprotocol/infoserver/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/infoprotocol/infoserver/server.h')
-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 33fb6782..637a4996 100644
--- a/examples/network/infoprotocol/infoserver/server.h
+++ b/examples/network/infoprotocol/infoserver/server.h
@@ -16,7 +16,7 @@
#include "infodata.h"
#include "serverbase.h"
-static const Q_UINT16 infoPort = 42417;
+static const TQ_UINT16 infoPort = 42417;
/*
@@ -27,7 +27,7 @@ class ServerInfo : public ServerInfoBase
{
TQ_OBJECT
public:
- ServerInfo( Q_UINT16 port = infoPort, TQWidget *parent = 0, const char *name = 0 );
+ ServerInfo( TQ_UINT16 port = infoPort, TQWidget *parent = 0, const char *name = 0 );
private slots:
void newConnect();
@@ -38,7 +38,7 @@ class SimpleServer : public TQServerSocket
{
TQ_OBJECT
public:
- SimpleServer( Q_UINT16 port = infoPort, TQObject* parent = 0, const char *name = 0 );
+ SimpleServer( TQ_UINT16 port = infoPort, TQObject* parent = 0, const char *name = 0 );
void newConnection( int socket );
signals: