summaryrefslogtreecommitdiffstats
path: root/twin/clients/plastik
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:42 +0900
commit814bf5fc4f403c13b0d8274c7f13fbef183c5c84 (patch)
tree96dc8b35683388ab4d17734791984f05d2e82621 /twin/clients/plastik
parent873f0a21c92bc7b737cade48526afddc219aacc3 (diff)
downloadtdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.tar.gz
tdebase-814bf5fc4f403c13b0d8274c7f13fbef183c5c84.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin/clients/plastik')
-rw-r--r--twin/clients/plastik/config/config.h2
-rw-r--r--twin/clients/plastik/plastik.h2
-rw-r--r--twin/clients/plastik/plastikbutton.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/twin/clients/plastik/config/config.h b/twin/clients/plastik/config/config.h
index 73231c50f..d83ebf149 100644
--- a/twin/clients/plastik/config/config.h
+++ b/twin/clients/plastik/config/config.h
@@ -32,7 +32,7 @@ class ConfigDialog;
class PlastikConfig : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
PlastikConfig(TDEConfig* config, TQWidget* parent);
~PlastikConfig();
diff --git a/twin/clients/plastik/plastik.h b/twin/clients/plastik/plastik.h
index a4c1bc5b7..85b9e5fa0 100644
--- a/twin/clients/plastik/plastik.h
+++ b/twin/clients/plastik/plastik.h
@@ -73,7 +73,7 @@ enum ButtonIcon {
class PlastikHandler: public TQObject, public KDecorationFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
PlastikHandler();
~PlastikHandler();
diff --git a/twin/clients/plastik/plastikbutton.h b/twin/clients/plastik/plastikbutton.h
index dbebcf63f..6da87100f 100644
--- a/twin/clients/plastik/plastikbutton.h
+++ b/twin/clients/plastik/plastikbutton.h
@@ -37,7 +37,7 @@ class PlastikClient;
class PlastikButton : public KCommonDecorationButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
PlastikButton(ButtonType type, PlastikClient *parent, const char *name);
~PlastikButton();