diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:05:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:05:42 +0900 |
commit | 814bf5fc4f403c13b0d8274c7f13fbef183c5c84 (patch) | |
tree | 96dc8b35683388ab4d17734791984f05d2e82621 /tdm/kfrontend/themer | |
parent | 873f0a21c92bc7b737cade48526afddc219aacc3 (diff) | |
download | tdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.tar.gz tdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdm/kfrontend/themer')
-rw-r--r-- | tdm/kfrontend/themer/tdmitem.cpp | 2 | ||||
-rw-r--r-- | tdm/kfrontend/themer/tdmitem.h | 2 | ||||
-rw-r--r-- | tdm/kfrontend/themer/tdmlabel.h | 2 | ||||
-rw-r--r-- | tdm/kfrontend/themer/tdmpixmap.h | 2 | ||||
-rw-r--r-- | tdm/kfrontend/themer/tdmrect.h | 2 | ||||
-rw-r--r-- | tdm/kfrontend/themer/tdmthemer.h | 2 |
6 files changed, 6 insertions, 6 deletions
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: /* |