From ef93b5a56c66ac5e4215eefe5cbbc00d384e5869 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:35:34 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit e860f57ae80a5d37c62b28271367a94959be6172) --- src/tools/ccsc/ccsc_compile.h | 2 +- src/tools/ccsc/gui/ccsc_ui.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/ccsc') diff --git a/src/tools/ccsc/ccsc_compile.h b/src/tools/ccsc/ccsc_compile.h index c108678..7f658ac 100644 --- a/src/tools/ccsc/ccsc_compile.h +++ b/src/tools/ccsc/ccsc_compile.h @@ -16,7 +16,7 @@ namespace CCSC class CompileFile : public Compile::Process { -Q_OBJECT +TQ_OBJECT protected: virtual TQString deviceName() const { return TQString(); } diff --git a/src/tools/ccsc/gui/ccsc_ui.h b/src/tools/ccsc/gui/ccsc_ui.h index 02233bb..29c985d 100644 --- a/src/tools/ccsc/gui/ccsc_ui.h +++ b/src/tools/ccsc/gui/ccsc_ui.h @@ -17,7 +17,7 @@ namespace CCSC //---------------------------------------------------------------------------- class ConfigWidget : public ToolConfigWidget { -Q_OBJECT +TQ_OBJECT public: ConfigWidget(Project *project); -- cgit v1.2.1