diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:05:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 22:03:09 +0900 |
commit | 5c10665b7217cbb2cf80505d31cf30817a1a0405 (patch) | |
tree | 1237455ded704ba1dca93b8f05dd428c5f8b51c0 /twin/clients/plastik | |
parent | 0f7f84513c01a056a8f1a7bb05f0ea0a777cfc0d (diff) | |
download | tdebase-5c10665b7217cbb2cf80505d31cf30817a1a0405.tar.gz tdebase-5c10665b7217cbb2cf80505d31cf30817a1a0405.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 814bf5fc4f403c13b0d8274c7f13fbef183c5c84)
Diffstat (limited to 'twin/clients/plastik')
-rw-r--r-- | twin/clients/plastik/config/config.h | 2 | ||||
-rw-r--r-- | twin/clients/plastik/plastik.h | 2 | ||||
-rw-r--r-- | twin/clients/plastik/plastikbutton.h | 2 |
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(); |