diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:56:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 12:56:23 +0900 |
commit | 3f12e375e0f59a603642726e14617664ce088dd4 (patch) | |
tree | 9e53db3064573e3a1fd25643a6b2ca2cd2805211 /src/processlistviewitem.h | |
parent | 3f1b0feca40594d9bda0f1732cf54a2b02d6cd93 (diff) | |
download | kstreamripper-3f12e375e0f59a603642726e14617664ce088dd4.tar.gz kstreamripper-3f12e375e0f59a603642726e14617664ce088dd4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/processlistviewitem.h')
-rw-r--r-- | src/processlistviewitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processlistviewitem.h b/src/processlistviewitem.h index 21e56d2..5af8d6f 100644 --- a/src/processlistviewitem.h +++ b/src/processlistviewitem.h @@ -30,7 +30,7 @@ class ProcessController; class ProcessListViewItem : public TQObject, public TQListViewItem { - Q_OBJECT + TQ_OBJECT public: |