summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:18:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:18:13 +0900
commit76045e6213c59d3ba196a8c73a4fe0480b2934bd (patch)
treeced725366fffbe45be6d35ba70e38472eef26cbb
parent9b5c2e1e0ff0a48c49fb7a436751faed958ab50d (diff)
downloadtwin-style-suse2-76045e62.tar.gz
twin-style-suse2-76045e62.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/SUSE2.h2
-rw-r--r--src/SUSE2button.h2
-rw-r--r--src/config/config.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/SUSE2.h b/src/SUSE2.h
index bd1d658..b27bb14 100644
--- a/src/SUSE2.h
+++ b/src/SUSE2.h
@@ -68,7 +68,7 @@ enum ColorType {
class SUSE2Handler: public TQObject, public KDecorationFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
SUSE2Handler();
~SUSE2Handler();
diff --git a/src/SUSE2button.h b/src/SUSE2button.h
index 765d147..a51282e 100644
--- a/src/SUSE2button.h
+++ b/src/SUSE2button.h
@@ -42,7 +42,7 @@ class SUSE2Client;
class SUSE2Button : public KCommonDecorationButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
SUSE2Button(ButtonType type, SUSE2Client *parent, const char *name);
~SUSE2Button();
diff --git a/src/config/config.h b/src/config/config.h
index 8863792..2498c55 100644
--- a/src/config/config.h
+++ b/src/config/config.h
@@ -33,7 +33,7 @@ class ConfigDialog;
class SUSE2Config : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
SUSE2Config(TDEConfig *config, TQWidget *parent);