summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:17:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:17:39 +0900
commit263b4461f9dbe7189011fdeb64327b149535d37c (patch)
tree97dbc6bc79535aa792e7e0e0e94928c0b300cab4
parentd9afc78caaf816df22272f3a9e4cebf4725d8847 (diff)
downloadtwin-style-crystal-263b4461f9dbe7189011fdeb64327b149535d37c.tar.gz
twin-style-crystal-263b4461f9dbe7189011fdeb64327b149535d37c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--client/config/crystalconfig.h2
-rw-r--r--client/crystalbutton.h2
-rw-r--r--client/crystalclient.h2
-rw-r--r--client/imageholder.h2
-rw-r--r--client/myrootpixmap.h4
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 );