diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:56:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 10:54:04 +0900 |
commit | 3b880a3d5c4d1b366b2a08cbe6a4d3c9e8196e0d (patch) | |
tree | 9e53db3064573e3a1fd25643a6b2ca2cd2805211 /src/processlistviewitem.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 <michele.calgaro@yahoo.it>
(cherry picked from commit 3f12e375e0f59a603642726e14617664ce088dd4)
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: |