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-25 22:08:56 +0900
commited63325ff3e50d968e65c7fcca89546fdaf1384b (patch)
tree5fd0981d310887d8752a108cec5c0d6cddba893b
parente4adea58dfe83f703fa8dd0a17f53b27b1df33b8 (diff)
downloadtwin-style-crystal-ed63325ff3e50d968e65c7fcca89546fdaf1384b.tar.gz
twin-style-crystal-ed63325ff3e50d968e65c7fcca89546fdaf1384b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 263b4461f9dbe7189011fdeb64327b149535d37c)
-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 );