From 263b4461f9dbe7189011fdeb64327b149535d37c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:17:39 +0900 Subject: [PATCH] Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- client/config/crystalconfig.h | 2 +- client/crystalbutton.h | 2 +- client/crystalclient.h | 2 +- client/imageholder.h | 2 +- client/myrootpixmap.h | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/config/crystalconfig.h b/client/config/crystalconfig.h index 65b4099..5311691 100644 --- a/client/config/crystalconfig.h +++ b/client/config/crystalconfig.h @@ -34,7 +34,7 @@ class ConfigDialog; class CrystalConfig : public TQObject { - Q_OBJECT + TQ_OBJECT public: CrystalConfig(TDEConfig* config, TQWidget* parent); diff --git a/client/crystalbutton.h b/client/crystalbutton.h index 467e7fe..7bc56b1 100644 --- a/client/crystalbutton.h +++ b/client/crystalbutton.h @@ -30,7 +30,7 @@ class ButtonImage; class CrystalButton : public TQButton { - Q_OBJECT + TQ_OBJECT public: diff --git a/client/crystalclient.h b/client/crystalclient.h index 7aa7f6c..d220d6e 100644 --- a/client/crystalclient.h +++ b/client/crystalclient.h @@ -144,7 +144,7 @@ private: class CrystalClient : public KDecoration { - Q_OBJECT + TQ_OBJECT public: CrystalClient(KDecorationBridge *b,CrystalFactory *f); diff --git a/client/imageholder.h b/client/imageholder.h index c5d8bdb..d5dfbc3 100644 --- a/client/imageholder.h +++ b/client/imageholder.h @@ -30,7 +30,7 @@ struct WND_CONFIG; class QImageHolder:public TQObject { - Q_OBJECT + TQ_OBJECT public: QImageHolder(TQImage act,TQImage inact); diff --git a/client/myrootpixmap.h b/client/myrootpixmap.h index 2fe1d6c..9c8d649 100644 --- a/client/myrootpixmap.h +++ b/client/myrootpixmap.h @@ -27,7 +27,7 @@ class KMyRootPixmapData; class DesktopWallpaperWatcher : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DesktopWallpaperWatcher(); @@ -44,7 +44,7 @@ class DesktopWallpaperWatcher : public TQWidget class KMyRootPixmap: public TQObject { - Q_OBJECT + TQ_OBJECT public: KMyRootPixmap( TQWidget *target=NULL, const char *name=0 );