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 );