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) --- config/colordialog.h | 4 ++-- config/colorpicker.h | 2 +- config/tdestyle_baghira_config.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/colordialog.h b/config/colordialog.h index 42b6225..1dc649e 100644 --- a/config/colordialog.h +++ b/config/colordialog.h @@ -17,7 +17,7 @@ enum Colors { Back = 0, Button, Base, Text, High, HighText, ButText, Alternate, class DemoWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DemoWindow( ColorDialog* parent = 0, const char* name = 0); @@ -59,7 +59,7 @@ class ColorDialog : public TQDialog { friend class DemoWindow; friend class AppSetter; - Q_OBJECT + TQ_OBJECT public: ColorDialog( TQWidget* parent = 0, const char* name = 0); diff --git a/config/colorpicker.h b/config/colorpicker.h index 59f27cf..4a0f9a7 100644 --- a/config/colorpicker.h +++ b/config/colorpicker.h @@ -8,7 +8,7 @@ class TQColor; class ColorPicker : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: ColorPicker( TQWidget* parent = 0, const char* name = 0); diff --git a/config/tdestyle_baghira_config.h b/config/tdestyle_baghira_config.h index 5d014dd..ba3fd1b 100644 --- a/config/tdestyle_baghira_config.h +++ b/config/tdestyle_baghira_config.h @@ -39,7 +39,7 @@ class TQGroupBox; class tdestyle_baghira_config: public TQWidget { - Q_OBJECT + TQ_OBJECT public: tdestyle_baghira_config( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() ); @@ -119,7 +119,7 @@ class ColorDialog; class AppSetter : public TQWidget { -Q_OBJECT +TQ_OBJECT public: AppSetter(TQWidget *parent=0, const char *name=0); ~AppSetter(); -- cgit v1.2.1