diff options
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) {} |