summaryrefslogtreecommitdiffstats
path: root/examples/network/remotecontrol
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/remotecontrol')
-rw-r--r--examples/network/remotecontrol/ipcserver.cpp2
-rw-r--r--examples/network/remotecontrol/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/remotecontrol/ipcserver.cpp b/examples/network/remotecontrol/ipcserver.cpp
index 80c340b8d..c6218e203 100644
--- a/examples/network/remotecontrol/ipcserver.cpp
+++ b/examples/network/remotecontrol/ipcserver.cpp
@@ -4,7 +4,7 @@
#include <tqvariant.h>
#include <tqimage.h>
#include <tqpalette.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
class IpcSocket : public TQSocket
{
diff --git a/examples/network/remotecontrol/main.cpp b/examples/network/remotecontrol/main.cpp
index 914d56855..437173088 100644
--- a/examples/network/remotecontrol/main.cpp
+++ b/examples/network/remotecontrol/main.cpp
@@ -1,4 +1,4 @@
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "startup.h"