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/ipcserver.h2
-rw-r--r--examples/network/remotecontrol/remotectrlimpl.h2
-rw-r--r--examples/network/remotecontrol/startup.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/network/remotecontrol/ipcserver.cpp b/examples/network/remotecontrol/ipcserver.cpp
index 6a1d10cd7..f7f52ab48 100644
--- a/examples/network/remotecontrol/ipcserver.cpp
+++ b/examples/network/remotecontrol/ipcserver.cpp
@@ -8,7 +8,7 @@
class IpcSocket : public TQSocket
{
- Q_OBJECT
+ TQ_OBJECT
public:
IpcSocket( TQObject *parent) : TQSocket( parent )
diff --git a/examples/network/remotecontrol/ipcserver.h b/examples/network/remotecontrol/ipcserver.h
index d9188f1e5..b2b17f615 100644
--- a/examples/network/remotecontrol/ipcserver.h
+++ b/examples/network/remotecontrol/ipcserver.h
@@ -5,7 +5,7 @@
class IpcServer : public TQServerSocket
{
- Q_OBJECT
+ TQ_OBJECT
public:
IpcServer( Q_UINT16 port, TQObject *parent );
diff --git a/examples/network/remotecontrol/remotectrlimpl.h b/examples/network/remotecontrol/remotectrlimpl.h
index a14d1be76..a48d5431f 100644
--- a/examples/network/remotecontrol/remotectrlimpl.h
+++ b/examples/network/remotecontrol/remotectrlimpl.h
@@ -7,7 +7,7 @@ class TQSocket;
class RemoteCtrlImpl : public RemoteCtrl
{
- Q_OBJECT
+ TQ_OBJECT
public:
RemoteCtrlImpl( TQSocket * );
diff --git a/examples/network/remotecontrol/startup.h b/examples/network/remotecontrol/startup.h
index 10922d267..a3359f573 100644
--- a/examples/network/remotecontrol/startup.h
+++ b/examples/network/remotecontrol/startup.h
@@ -9,7 +9,7 @@ class MainDialog;
class StartUp : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
StartUp();