diff options
Diffstat (limited to 'examples/network/remotecontrol/ipcserver.cpp')
-rw-r--r-- | examples/network/remotecontrol/ipcserver.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/network/remotecontrol/ipcserver.cpp b/examples/network/remotecontrol/ipcserver.cpp index 35595673f..6a1d10cd7 100644 --- a/examples/network/remotecontrol/ipcserver.cpp +++ b/examples/network/remotecontrol/ipcserver.cpp @@ -1,10 +1,10 @@ #include "ipcserver.h" -#include <qsocket.h> -#include <qvariant.h> -#include <qimage.h> -#include <qpalette.h> -#include <qapplication.h> +#include <ntqsocket.h> +#include <ntqvariant.h> +#include <ntqimage.h> +#include <ntqpalette.h> +#include <ntqapplication.h> class IpcSocket : public TQSocket { |