From 55cd4e5c5697a37d6845e2f056a16c512799023c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7) --- tdeio/httpfilter/httpfilter.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tdeio/httpfilter') diff --git a/tdeio/httpfilter/httpfilter.h b/tdeio/httpfilter/httpfilter.h index 520a1c627..ee71a6ecd 100644 --- a/tdeio/httpfilter/httpfilter.h +++ b/tdeio/httpfilter/httpfilter.h @@ -35,7 +35,7 @@ class HTTPFilterBase : public TQObject { - Q_OBJECT + TQ_OBJECT public: HTTPFilterBase(); ~HTTPFilterBase(); @@ -55,7 +55,7 @@ protected: class HTTPFilterChain : public HTTPFilterBase { - Q_OBJECT + TQ_OBJECT public: HTTPFilterChain(); @@ -70,7 +70,7 @@ private: class HTTPFilterMD5 : public HTTPFilterBase { - Q_OBJECT + TQ_OBJECT public: HTTPFilterMD5(); @@ -86,7 +86,7 @@ private: class HTTPFilterGZip : public HTTPFilterBase { - Q_OBJECT + TQ_OBJECT public: HTTPFilterGZip(); ~HTTPFilterGZip(); @@ -111,7 +111,7 @@ protected: class HTTPFilterDeflate : public HTTPFilterGZip { - Q_OBJECT + TQ_OBJECT public: HTTPFilterDeflate(); }; -- cgit v1.2.1