summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff/util
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/util
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/util')
-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
3 files changed, 3 insertions, 3 deletions
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);