diff options
Diffstat (limited to 'examples/network/remotecontrol')
-rw-r--r-- | examples/network/remotecontrol/ipcserver.cpp | 10 | ||||
-rw-r--r-- | examples/network/remotecontrol/ipcserver.h | 2 | ||||
-rw-r--r-- | examples/network/remotecontrol/main.cpp | 2 | ||||
-rw-r--r-- | examples/network/remotecontrol/remotectrlimpl.cpp | 12 | ||||
-rw-r--r-- | examples/network/remotecontrol/startup.cpp | 4 | ||||
-rw-r--r-- | examples/network/remotecontrol/startup.h | 2 |
6 files changed, 16 insertions, 16 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 { diff --git a/examples/network/remotecontrol/ipcserver.h b/examples/network/remotecontrol/ipcserver.h index f4c86f49f..d9188f1e5 100644 --- a/examples/network/remotecontrol/ipcserver.h +++ b/examples/network/remotecontrol/ipcserver.h @@ -1,7 +1,7 @@ #ifndef IPCSERVER_H #define IPCSERVER_H -#include <qserversocket.h> +#include <ntqserversocket.h> class IpcServer : public TQServerSocket { diff --git a/examples/network/remotecontrol/main.cpp b/examples/network/remotecontrol/main.cpp index c617df233..76072217c 100644 --- a/examples/network/remotecontrol/main.cpp +++ b/examples/network/remotecontrol/main.cpp @@ -1,4 +1,4 @@ -#include <qapplication.h> +#include <ntqapplication.h> #include "startup.h" diff --git a/examples/network/remotecontrol/remotectrlimpl.cpp b/examples/network/remotecontrol/remotectrlimpl.cpp index 03af938f8..4859d3b82 100644 --- a/examples/network/remotecontrol/remotectrlimpl.cpp +++ b/examples/network/remotecontrol/remotectrlimpl.cpp @@ -1,11 +1,11 @@ #include "remotectrlimpl.h" -#include <qpushbutton.h> -#include <qlineedit.h> -#include <qsocket.h> -#include <qfiledialog.h> -#include <qcolordialog.h> -#include <qimage.h> +#include <ntqpushbutton.h> +#include <ntqlineedit.h> +#include <ntqsocket.h> +#include <ntqfiledialog.h> +#include <ntqcolordialog.h> +#include <ntqimage.h> RemoteCtrlImpl::RemoteCtrlImpl( TQSocket *s ) { 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; diff --git a/examples/network/remotecontrol/startup.h b/examples/network/remotecontrol/startup.h index 5530cba8f..10922d267 100644 --- a/examples/network/remotecontrol/startup.h +++ b/examples/network/remotecontrol/startup.h @@ -1,7 +1,7 @@ #ifndef STARTUP_H #define STARTUP_H -#include <qobject.h> +#include <ntqobject.h> class TQSocket; class RemoteCtrlImpl; |