diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:57:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 12:57:21 +0900 |
commit | 318e3e3a6243cbfe01d25f679ca5f1ed07bb06e0 (patch) | |
tree | 585f50405e645bb112a4e5656b000c9f41e903a2 /src/upnp/httprequest.h | |
parent | 7ef277b379f2a65548c40f03c6f90b33f64b8f9e (diff) | |
download | tork-318e3e3a6243cbfe01d25f679ca5f1ed07bb06e0.tar.gz tork-318e3e3a6243cbfe01d25f679ca5f1ed07bb06e0.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/upnp/httprequest.h')
-rw-r--r-- | src/upnp/httprequest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upnp/httprequest.h b/src/upnp/httprequest.h index 47428cd..d35e08e 100644 --- a/src/upnp/httprequest.h +++ b/src/upnp/httprequest.h @@ -42,7 +42,7 @@ namespace bt */ class HTTPRequest : public kt::ExitOperation { - Q_OBJECT + TQ_OBJECT public: /** * Constructor, set the url and the request header. |