diff options
Diffstat (limited to 'examples/network/remotecontrol/startup.cpp')
-rw-r--r-- | examples/network/remotecontrol/startup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/remotecontrol/startup.cpp b/examples/network/remotecontrol/startup.cpp index f555499b7..bc16f19ff 100644 --- a/examples/network/remotecontrol/startup.cpp +++ b/examples/network/remotecontrol/startup.cpp @@ -3,8 +3,8 @@ #include "maindialog.h" #include "ipcserver.h" -#include <qsocket.h> -#include <qlabel.h> +#include <ntqsocket.h> +#include <ntqlabel.h> static const Q_UINT16 ipcPort = 54923; |