From 185b962c88ce05cb840f25b00a48934c555b3f79 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:16:39 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit e1fc10f0a34ce8a2282e1009bcc863f1a93889b4) --- deco/config/baghiraconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deco/config/baghiraconfig.h') diff --git a/deco/config/baghiraconfig.h b/deco/config/baghiraconfig.h index 1a31269..be1f246 100644 --- a/deco/config/baghiraconfig.h +++ b/deco/config/baghiraconfig.h @@ -44,7 +44,7 @@ class TQComboBox; class ButtonColors : public TQDialog { - Q_OBJECT + TQ_OBJECT public: ButtonColors(TQWidget* parent, const char * name = 0); ~ButtonColors(); @@ -122,7 +122,7 @@ private slots: class BaghiraConfig : public TQObject { - Q_OBJECT + TQ_OBJECT public: BaghiraConfig(TDEConfig* config, TQWidget* parent); ~BaghiraConfig(); -- cgit v1.2.1