diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:56:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 10:54:04 +0900 |
commit | 3b880a3d5c4d1b366b2a08cbe6a4d3c9e8196e0d (patch) | |
tree | 9e53db3064573e3a1fd25643a6b2ca2cd2805211 /src/addnewstreamimpl.h | |
parent | 3f1b0feca40594d9bda0f1732cf54a2b02d6cd93 (diff) | |
download | kstreamripper-3b880a3d5c4d1b366b2a08cbe6a4d3c9e8196e0d.tar.gz kstreamripper-3b880a3d5c4d1b366b2a08cbe6a4d3c9e8196e0d.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3f12e375e0f59a603642726e14617664ce088dd4)
Diffstat (limited to 'src/addnewstreamimpl.h')
-rw-r--r-- | src/addnewstreamimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addnewstreamimpl.h b/src/addnewstreamimpl.h index 26c6e52..5683491 100644 --- a/src/addnewstreamimpl.h +++ b/src/addnewstreamimpl.h @@ -25,7 +25,7 @@ class AddNewStreamImpl : public AddNewStream { - Q_OBJECT + TQ_OBJECT public: |