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 95e33e260..985ee4965 100644 --- a/examples/network/remotecontrol/startup.cpp +++ b/examples/network/remotecontrol/startup.cpp @@ -3,7 +3,7 @@ #include "maindialog.h" #include "ipcserver.h" -#include <ntqsocket.h> +#include <tqsocket.h> #include <ntqlabel.h> static const TQ_UINT16 ipcPort = 54923; |