From 4c64ef827f7666f86a497c50ab920d4afc56b3ff Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:34:44 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/cscopefrontend.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cscopefrontend.h') diff --git a/src/cscopefrontend.h b/src/cscopefrontend.h index 58e0c62..dc36c85 100644 --- a/src/cscopefrontend.h +++ b/src/cscopefrontend.h @@ -52,7 +52,7 @@ class CscopeFrontend : public Frontend { - Q_OBJECT + TQ_OBJECT public: CscopeFrontend(bool bAutoDelete = false); @@ -138,7 +138,7 @@ private: */ class CscopeProgress : public TQObject { - Q_OBJECT + TQ_OBJECT public: CscopeProgress(TQWidget*); @@ -164,7 +164,7 @@ private slots: class CscopeVerifier : public TQObject { - Q_OBJECT + TQ_OBJECT public: CscopeVerifier() : m_bResult(false), m_nArgs(0) {} -- cgit v1.2.1