diff options
Diffstat (limited to 'examples/network/remotecontrol/startup.cpp')
-rw-r--r-- | examples/network/remotecontrol/startup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/remotecontrol/startup.cpp b/examples/network/remotecontrol/startup.cpp index bc16f19ff..11b9d2273 100644 --- a/examples/network/remotecontrol/startup.cpp +++ b/examples/network/remotecontrol/startup.cpp @@ -6,7 +6,7 @@ #include <ntqsocket.h> #include <ntqlabel.h> -static const Q_UINT16 ipcPort = 54923; +static const TQ_UINT16 ipcPort = 54923; StartUp::StartUp() { |