From 814bf5fc4f403c13b0d8274c7f13fbef183c5c84 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:42 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- tdm/kfrontend/themer/tdmitem.cpp | 2 +- tdm/kfrontend/themer/tdmitem.h | 2 +- tdm/kfrontend/themer/tdmlabel.h | 2 +- tdm/kfrontend/themer/tdmpixmap.h | 2 +- tdm/kfrontend/themer/tdmrect.h | 2 +- tdm/kfrontend/themer/tdmthemer.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tdm/kfrontend/themer') diff --git a/tdm/kfrontend/themer/tdmitem.cpp b/tdm/kfrontend/themer/tdmitem.cpp index 955ef8f02..969833511 100644 --- a/tdm/kfrontend/themer/tdmitem.cpp +++ b/tdm/kfrontend/themer/tdmitem.cpp @@ -307,7 +307,7 @@ KdmItem::paint( TQPainter *p, const TQRect &rect ) } if (myWidget || (myLayoutItem && myLayoutItem->widget())) { - // TDEListView because it's missing a Q_OBJECT + // TDEListView because it's missing a TQ_OBJECT // FIXME: This is a nice idea in theory, but in practice it is // very confusing for the user not to see the empty list box // delineated from the rest of the greeter. diff --git a/tdm/kfrontend/themer/tdmitem.h b/tdm/kfrontend/themer/tdmitem.h index d2aeed69c..ad07f16cb 100644 --- a/tdm/kfrontend/themer/tdmitem.h +++ b/tdm/kfrontend/themer/tdmitem.h @@ -81,7 +81,7 @@ class TQLayoutItem; */ class KdmItem : public TQObject { - Q_OBJECT + TQ_OBJECT friend class KdmThemer; diff --git a/tdm/kfrontend/themer/tdmlabel.h b/tdm/kfrontend/themer/tdmlabel.h index e45d68091..37b10be56 100644 --- a/tdm/kfrontend/themer/tdmlabel.h +++ b/tdm/kfrontend/themer/tdmlabel.h @@ -34,7 +34,7 @@ class TQTimer; */ class KdmLabel : public KdmItem { - Q_OBJECT + TQ_OBJECT public: KdmLabel( KdmItem *parent, const TQDomNode &node, const char *name = 0 ); diff --git a/tdm/kfrontend/themer/tdmpixmap.h b/tdm/kfrontend/themer/tdmpixmap.h index faa71a034..90d0a38aa 100644 --- a/tdm/kfrontend/themer/tdmpixmap.h +++ b/tdm/kfrontend/themer/tdmpixmap.h @@ -35,7 +35,7 @@ */ class KdmPixmap : public KdmItem { - Q_OBJECT + TQ_OBJECT public: KdmPixmap( KdmItem *parent, const TQDomNode &node, const char *name = 0 ); diff --git a/tdm/kfrontend/themer/tdmrect.h b/tdm/kfrontend/themer/tdmrect.h index 6dfdc126a..8c436ccda 100644 --- a/tdm/kfrontend/themer/tdmrect.h +++ b/tdm/kfrontend/themer/tdmrect.h @@ -32,7 +32,7 @@ */ class KdmRect : public KdmItem { - Q_OBJECT + TQ_OBJECT public: KdmRect( KdmItem *parent, const TQDomNode &node, const char *name = 0 ); diff --git a/tdm/kfrontend/themer/tdmthemer.h b/tdm/kfrontend/themer/tdmthemer.h index 785a116da..7b9cd2049 100644 --- a/tdm/kfrontend/themer/tdmthemer.h +++ b/tdm/kfrontend/themer/tdmthemer.h @@ -49,7 +49,7 @@ class TQEvent; class KdmThemer : public TQObject { - Q_OBJECT + TQ_OBJECT public: /* -- cgit v1.2.1