summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 09:07:44 +0900
commit1c73e70c5605c86ab3ee2da13874ecfa0fe769f3 (patch)
tree3fd44965373b367fadf8e6bd914c2ebd378a361e /kopete/protocols/jabber/libiris/cutestuff
parentbaad27f23ad7a29d77aa6b0ce277b2d06882d217 (diff)
downloadtdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.tar.gz
tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff')
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h4
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/ndns.h4
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/servsock.h4
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/socks.h6
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h2
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h2
10 files changed, 15 insertions, 15 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h b/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h
index c7cb1e23..7e16d0bd 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/bsocket.h
@@ -29,7 +29,7 @@
class BSocket : public ByteStream
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Error { ErrConnectionRefused = ErrCustom, ErrHostNotFound };
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h b/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h
index 07c08b2e..8201d81a 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/httpconnect.h
@@ -27,7 +27,7 @@
class HttpConnect : public ByteStream
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Error { ErrConnectionRefused = ErrCustom, ErrHostNotFound, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth };
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h
index 4342d763..d2af2a5f 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h
@@ -27,7 +27,7 @@
class HttpPoll : public ByteStream
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Error { ErrConnectionRefused = ErrCustom, ErrHostNotFound, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth };
@@ -70,7 +70,7 @@ private:
class HttpProxyPost : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Error { ErrConnectionRefused, ErrHostNotFound, ErrSocket, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth };
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h
index 50a702f7..8e19c1d7 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.h
@@ -34,7 +34,7 @@ class NDnsManager;
class NDns : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
NDns(TQObject *parent=0);
@@ -59,7 +59,7 @@ private:
class NDnsManager : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
~NDnsManager();
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h b/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h
index ac88719b..eef40db7 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/servsock.h
@@ -27,7 +27,7 @@
class ServSock : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
ServSock(TQObject *parent=0);
@@ -52,7 +52,7 @@ private:
class ServSockSignal : public TQServerSocket
{
- Q_OBJECT
+ TQ_OBJECT
public:
ServSockSignal(int port);
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/socks.h b/kopete/protocols/jabber/libiris/cutestuff/network/socks.h
index a09c14c7..6badc865 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/socks.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/socks.h
@@ -31,7 +31,7 @@ class SocksServer;
class SocksUDP : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
~SocksUDP();
@@ -55,7 +55,7 @@ private:
class SocksClient : public ByteStream
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Error { ErrConnectionRefused = ErrCustom, ErrHostNotFound, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth };
@@ -129,7 +129,7 @@ private:
class SocksServer : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
SocksServer(TQObject *parent=0);
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
index cfedae4e..d7581e16 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/network/srvresolver.h
@@ -28,7 +28,7 @@
class SrvResolver : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
SrvResolver(TQObject *parent=0);
diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h b/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h
index e64ce68d..c3e050cb 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/util/bytestream.h
@@ -29,7 +29,7 @@
// CS_EXPORT_BEGIN
class ByteStream : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Error { ErrRead, ErrWrite, ErrCustom = 10 };
diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h b/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h
index e1e06da1..079ce2dd 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/util/safedelete.h
@@ -40,7 +40,7 @@ private:
class SafeDeleteLater : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
static SafeDeleteLater *ensureExists();
diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h b/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h
index 060dfa60..fb5c2963 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h
+++ b/kopete/protocols/jabber/libiris/cutestuff/util/showtextdlg.h
@@ -25,7 +25,7 @@
class ShowTextDlg : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
ShowTextDlg(const TQString &fname, bool rich=FALSE, TQWidget *parent=0, const char *name=0);