diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:34:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:34:44 +0900 |
commit | 4c64ef827f7666f86a497c50ab920d4afc56b3ff (patch) | |
tree | cd36f2de7de5645d653d7aadc3c8404c40f8f412 /src/cscopefrontend.h | |
parent | 592addeaddcba11bb5e87763a1d6176e64dfa8b4 (diff) | |
download | kscope-4c64ef827f7666f86a497c50ab920d4afc56b3ff.tar.gz kscope-4c64ef827f7666f86a497c50ab920d4afc56b3ff.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/cscopefrontend.h')
-rw-r--r-- | src/cscopefrontend.h | 6 |
1 files changed, 3 insertions, 3 deletions
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) {} |