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