summaryrefslogtreecommitdiffstats
path: root/examples/sasltest/sasltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sasltest/sasltest.cpp')
-rw-r--r--examples/sasltest/sasltest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sasltest/sasltest.cpp b/examples/sasltest/sasltest.cpp
index 6615988..9eea0f9 100644
--- a/examples/sasltest/sasltest.cpp
+++ b/examples/sasltest/sasltest.cpp
@@ -28,7 +28,7 @@ static TQString prompt(const TQString &s)
class ClientTest : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
ClientTest()
{
@@ -288,7 +288,7 @@ private:
class ServerTest : public QServerSocket
{
- Q_OBJECT
+ TQ_OBJECT
public:
ServerTest(const TQString &_str, int _port) : QServerSocket(_port), port(_port)
{