From 6d4f3af00cff52363e56b85ee27d08d46f0e311d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:17:19 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 963d734449ab82d31cccfd9ab92b4a6d6a2da30b) --- config/exportthemedialog.h | 2 +- config/qtcurveconfig.h | 4 ++-- style/qtc_tdestyle.h | 2 +- style/qtcurve.h | 2 +- style/shortcuthandler.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/exportthemedialog.h b/config/exportthemedialog.h index cc8d022..51fb722 100644 --- a/config/exportthemedialog.h +++ b/config/exportthemedialog.h @@ -34,7 +34,7 @@ class TQLineEdit; class CExportThemeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/config/qtcurveconfig.h b/config/qtcurveconfig.h index 60cd63c..c99376d 100644 --- a/config/qtcurveconfig.h +++ b/config/qtcurveconfig.h @@ -44,7 +44,7 @@ class QtCurveConfig; class CGradientPreview : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -69,7 +69,7 @@ class CGradientPreview : public TQWidget class QtCurveConfig : public QtCurveConfigBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/style/qtc_tdestyle.h b/style/qtc_tdestyle.h index d9843df..2b8e5db 100644 --- a/style/qtc_tdestyle.h +++ b/style/qtc_tdestyle.h @@ -52,7 +52,7 @@ struct TQtCTDEStylePrivate; */ class TQtCTDEStyle: public TQCommonStyle { - Q_OBJECT + TQ_OBJECT public: diff --git a/style/qtcurve.h b/style/qtcurve.h index 453076a..154e83b 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -82,7 +82,7 @@ class ShortcutHandler; class QtCurveStyle : public BASE_STYLE { - Q_OBJECT + TQ_OBJECT public: diff --git a/style/shortcuthandler.h b/style/shortcuthandler.h index 4eaa665..12154cc 100644 --- a/style/shortcuthandler.h +++ b/style/shortcuthandler.h @@ -29,7 +29,7 @@ class TQWidget; class ShortcutHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3